[PATCH 1/2] drm: Add few more wrapper functions for drm panel

2016-02-29 Thread Deepak M
Nikula Signed-off-by: Deepak M Signed-off-by: Gaurav K Singh --- include/drm/drm_panel.h | 47 +++ 1 file changed, 47 insertions(+) diff --git a/include/drm/drm_panel.h b/include/drm/drm_panel.h index 13ff44b..c729f6d 100644 --- a/include/drm/drm_panel.h

[PATCH 2/2] drm/i915: Add functions to execute the new sequences from VBT

2016-02-29 Thread Deepak M
-by: Gaurav K Singh Signed-off-by: Shobhit Kumar Signed-off-by: Deepak M --- drivers/gpu/drm/i915/intel_dsi.c | 8 drivers/gpu/drm/i915/intel_dsi_panel_vbt.c | 32 ++ 2 files changed, 40 insertions(+) diff --git a/drivers/gpu/drm/i915/intel_dsi.c

[CABC PATCH 2/2] drm/i915: CABC support for backlight control

2016-03-01 Thread Deepak M
Adebisi Signed-off-by: Deepak M --- drivers/gpu/drm/i915/Makefile | 1 + drivers/gpu/drm/i915/i915_drv.h | 2 +- drivers/gpu/drm/i915/intel_dsi.c | 17 +++- drivers/gpu/drm/i915/intel_dsi.h | 4 + drivers/gpu/drm/i915/intel_dsi_cabc.c | 179

[CABC PATCH 0/2] CABC patch list

2016-03-01 Thread Deepak M
Nikula Cc: Daniel Vetter Cc: Yetunde Adebisi Deepak M (2): drm/i915: Parsing the PWM cntrl and CABC ON/OFF fileds in VBT drm/i915: CABC support for backlight control drivers/gpu/drm/i915/Makefile | 1 + drivers/gpu/drm/i915/i915_drv.h | 2 +- drivers/gpu/drm/i915

[CABC PATCH 1/2] drm/i915: Parsing the PWM cntrl and CABC ON/OFF fileds in VBT

2016-03-01 Thread Deepak M
For dual link panel scenarios there are new fileds added in the VBT which indicate on which port the PWM cntrl and CABC ON/OFF commands needs to be sent. v2: Moving the comment to intel_dsi.h(Jani) Cc: Jani Nikula Cc: Daniel Vetter Cc: Yetunde Adebisi Signed-off-by: Deepak M --- drivers/gpu

[PATCH 1/2] drm: Add few more wrapper functions for drm panel

2016-03-02 Thread Deepak M
Vetter Cc: Jani Nikula Signed-off-by: Deepak M Signed-off-by: Gaurav K Singh --- include/drm/drm_panel.h | 92 + 1 file changed, 77 insertions(+), 15 deletions(-) diff --git a/include/drm/drm_panel.h b/include/drm/drm_panel.h index 13ff44b

[PATCH] drm: Add new DCS commands in the enum list

2016-03-24 Thread Deepak M
Adding new DCS commands which are specified in the DCS 1.3 spec related to CABC. Cc: Thierry Reding Cc: David Airlie Cc: Ville Syrjälä Cc: Daniel Vetter Suggested-by: Jani Nikula Signed-off-by: Deepak M --- include/video/mipi_display.h | 8 1 file changed, 8 insertions(+) diff

[PATCH 1/5] drm: Add new DCS commands in the enum list

2016-03-28 Thread Deepak M
Adding new DCS commands which are specified in the DCS 1.3 spec related to CABC. v2: Sorted the Macro`s by value (Andrzej) Cc: Andrzej Hajda Cc: Thierry Reding Cc: David Airlie Cc: Ville Syrjälä Cc: Daniel Vetter Suggested-by: Jani Nikula Signed-off-by: Deepak M --- include/video