commit | d65bd0e431156f156f43946b6efb524694afb685 | [log] [tgz] |
---|---|---|
author | Rob Clark <robdclark@gmail.com> | Wed Aug 06 07:43:12 2014 -0400 |
committer | Rob Clark <robdclark@gmail.com> | Wed Sep 10 11:19:06 2014 -0400 |
tree | a1d14c39b4ff8e7535fb764232e9cb86e793eb94 | |
parent | f9a1ca5c4734ad0da68ab322c8e9b7eb0b63a789 [diff] |
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>