mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
dv: graphic blend test failed on HDR TV [1/1]
PD#SWPL-15631
Problem:
There is an error in
c62207ef53
Solution:
correct the err
Verify:
SM1
Change-Id: If645ee88533dab7e28ff95d578be019a2cb894a6
Signed-off-by: yao liu <yao.liu@amlogic.com>
This commit is contained in:
@@ -4301,6 +4301,7 @@ static int osd_probe(struct platform_device *pdev)
|
||||
prop_idx = of_read_ulong(prop, 1);
|
||||
/* Todo: only osd0 */
|
||||
osd_set_free_scale_mode_hw(DEV_OSD0, prop_idx);
|
||||
prop_idx = 0;
|
||||
prop = of_get_property(pdev->dev.of_node, "4k2k_fb", NULL);
|
||||
if (prop)
|
||||
prop_idx = of_read_ulong(prop, 1);
|
||||
|
||||
Reference in New Issue
Block a user