Home
last modified time | relevance | path

Searched refs:disable_dsc (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_pingpong.h88 void (*disable_dsc)(struct dpu_hw_pingpong *pp); member
H A Ddpu_encoder.c2226 if (hw_pp->ops.disable_dsc) in dpu_encoder_dsc_pipe_clr()
2227 hw_pp->ops.disable_dsc(hw_pp); in dpu_encoder_dsc_pipe_clr()
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc.h969 bool disable_dsc; member
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c2045 adev->dm.dc->debug.disable_dsc = true; in amdgpu_dm_init()