mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
osd: meson-hwc screen always blank [1/1]
PD#163001 Problem: TL1 code merged caused meson-hwc screen always blank Solution: fix meson-hwc screen always blank Verify: verified in u200 board Change-Id: I0a9371b42546e2713e6dcb926e7c94598e29da1d Signed-off-by: pengcheng chen <pengcheng.chen@amlogic.com>
This commit is contained in:
@@ -7215,7 +7215,11 @@ static void set_blend_reg(struct layer_blend_reg_s *blend_reg)
|
||||
{
|
||||
int i;
|
||||
u32 reg_offset = 2;
|
||||
#ifdef OSD_BLEND_SHIFT_WORKAROUND
|
||||
u32 osd_count = OSD_BLEND_LAYERS;
|
||||
#else
|
||||
u32 osd_count = osd_hw.osd_meson_dev.viu1_osd_count;
|
||||
#endif
|
||||
|
||||
if (!blend_reg)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user