Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 483d9364 authored by Dhaval Patel's avatar Dhaval Patel
Browse files

drm/msm: update sde rsc support with wd vsync



Update sde rsc support with watchdog vsync
source selection.

Change-Id: Iddaf36018a7f6521f7da32349afd64c5ebe79060
Signed-off-by: default avatarDhaval Patel <pdhaval@codeaurora.org>
parent f92536a5
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -85,11 +85,11 @@ enum sde_format_flags {
#define SDE_VSYNC_SOURCE_INTF_1		4
#define SDE_VSYNC_SOURCE_INTF_2		5
#define SDE_VSYNC_SOURCE_INTF_3		6
#define SDE_VSYNC_SOURCE_WD_TIMER_4	11
#define SDE_VSYNC_SOURCE_WD_TIMER_3	12
#define SDE_VSYNC_SOURCE_WD_TIMER_2	13
#define SDE_VSYNC_SOURCE_WD_TIMER_1	14
#define SDE_VSYNC_SOURCE_WD_TIMER_0	15
#define SDE_VSYNC_SOURCE_WD_TIMER_4	0x11
#define SDE_VSYNC_SOURCE_WD_TIMER_3	0x12
#define SDE_VSYNC_SOURCE_WD_TIMER_2	0x13
#define SDE_VSYNC_SOURCE_WD_TIMER_1	0x14
#define SDE_VSYNC_SOURCE_WD_TIMER_0	0x15

enum sde_hw_blk_type {
	SDE_HW_BLK_TOP = 0,
+1 −0
Original line number Diff line number Diff line
@@ -11,6 +11,7 @@

#include "sde_rsc_priv.h"
#include "sde_dbg.h"
#include "sde_rsc_hw.h"

static void rsc_event_trigger(struct sde_rsc_priv *rsc, uint32_t event_type)
{