]> git.baikalelectronics.ru Git - kernel.git/commit
drm/msm/mdp4: fix blend setup with multiple crtcs
authorRob Clark <robdclark@gmail.com>
Wed, 6 Aug 2014 11:43:12 +0000 (07:43 -0400)
committerRob Clark <robdclark@gmail.com>
Wed, 10 Sep 2014 15:19:06 +0000 (11:19 -0400)
commit68168117a056c9c9678663d14d228237984aa21c
treea1d14c39b4ff8e7535fb764232e9cb86e793eb94
parent3469295ce98daada8fe9c82401234fa02969325a
drm/msm/mdp4: fix blend setup with multiple crtcs

In particular, blend_setup() should not overwrite the other crtc's mixer
settings.  Also, the encoder needs to be able to specify the mixer-id
explicitly, since both LVDS and DTV use 'INTF_LVDC_DTV', so we cannot
guess the mixer-id from the interface.

Signed-off-by: Rob Clark <robdclark@gmail.com>
drivers/gpu/drm/msm/mdp/mdp4/mdp4_crtc.c
drivers/gpu/drm/msm/mdp/mdp4/mdp4_dtv_encoder.c
drivers/gpu/drm/msm/mdp/mdp4/mdp4_kms.c
drivers/gpu/drm/msm/mdp/mdp4/mdp4_kms.h
drivers/gpu/drm/msm/msm_drv.c