mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
drm: fix compile error without dv [1/1]
PD#SWPL-168062 Problem: compile error without dv Solution: fix error Verify: s5 Test: S5 Change-Id: I591f88834b511375aafa875cd97e894ee3cfe478 Signed-off-by: yao liu <yao.liu@amlogic.com>
This commit is contained in:
committed by
gerrit autosubmit
parent
6270ea0c89
commit
5aa1da20fc
@@ -130,10 +130,10 @@ static void s5_hdr_set_state(struct meson_vpu_block *vblk,
|
||||
struct meson_vpu_hdr *hdr = to_hdr_block(vblk);
|
||||
struct meson_vpu_pipeline *pipeline = hdr->base.pipeline;
|
||||
//struct hdr_reg_s *reg = hdr->reg;
|
||||
struct rdma_reg_ops *reg_ops = state->sub->reg_ops;
|
||||
struct meson_vpu_pipeline_state *mvps, *old_mvps;
|
||||
u32 hsize, vsize;
|
||||
#ifdef CONFIG_AMLOGIC_MEDIA_ENHANCEMENT_DOLBYVISION
|
||||
struct rdma_reg_ops *reg_ops = state->sub->reg_ops;
|
||||
u32 *p_core2_lut = NULL;
|
||||
u32 lut_count = 256 * 5;
|
||||
u32 i;
|
||||
|
||||
Reference in New Issue
Block a user