Searched refs:unpack_tight (Results 1 – 8 of 8) sorted by relevance
/linux-6.3-rc2/drivers/gpu/drm/msm/disp/dpu1/ |
A D | dpu_formats.c | 44 .unpack_tight = 1, \ 63 .unpack_tight = 1, \ 83 .unpack_tight = 1, \ 101 .unpack_tight = 1, \ 120 .unpack_tight = 1, \ 138 .unpack_tight = 0, \ 157 .unpack_tight = 0, \ 177 .unpack_tight = 1, \ 604 if (fmt->unpack_tight) in _dpu_format_get_media_color_ubwc()
|
A D | dpu_hw_mdss.h | 393 u8 unpack_tight; member
|
A D | dpu_hw_wb.c | 113 (fmt->unpack_tight << 17) | in dpu_hw_wb_setup_format()
|
A D | dpu_hw_sspp.c | 300 (fmt->unpack_tight << 17) | in dpu_hw_sspp_setup_format()
|
/linux-6.3-rc2/drivers/gpu/drm/msm/disp/ |
A D | mdp_kms.h | 85 bool alpha_enable, unpack_tight; member
|
A D | mdp_format.c | 73 .unpack_tight = tight, \
|
/linux-6.3-rc2/drivers/gpu/drm/msm/disp/mdp4/ |
A D | mdp4_plane.c | 328 COND(format->unpack_tight, MDP4_PIPE_SRC_FORMAT_UNPACK_TIGHT)); in mdp4_plane_mode_set()
|
/linux-6.3-rc2/drivers/gpu/drm/msm/disp/mdp5/ |
A D | mdp5_plane.c | 808 COND(format->unpack_tight, MDP5_PIPE_SRC_FORMAT_UNPACK_TIGHT) | in mdp5_hwpipe_mode_set()
|
Completed in 14 milliseconds