]> git.baikalelectronics.ru Git - kernel.git/commit
drm/msm/dpu: fix for cursor blend issue
authorSravanthi Kollukuduru <skolluku@codeaurora.org>
Wed, 22 Aug 2018 17:49:57 +0000 (23:19 +0530)
committerRob Clark <robdclark@gmail.com>
Thu, 4 Oct 2018 00:24:50 +0000 (20:24 -0400)
commit38ef16a1098f3ac60087c3fa67faf14802ece5d0
treed1e90639e65e560f05fc3983a36807cbcdcc4afc
parent0c674609d380141d79507ff54251d7a7f717f310
drm/msm/dpu: fix for cursor blend issue

The current driver has the opaque blend mode set as the
default causing the black box effect around the cursor.
The fix enables choosing a different blend mode for alpha
enabled formats.

Changes in V2:
- Use drm_get_format_name() in the logs (Sean)

Signed-off-by: Sravanthi Kollukuduru <skolluku@codeaurora.org>
Signed-off-by: Sean Paul <seanpaul@chromium.org>
Signed-off-by: Rob Clark <robdclark@gmail.com>
drivers/gpu/drm/msm/disp/dpu1/dpu_crtc.c