Searched refs:unpack_tight (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.4/drivers/gpu/drm/msm/disp/dpu1/ |
D | dpu_formats.c | 43 .unpack_tight = 1, \ 62 .unpack_tight = 1, \ 82 .unpack_tight = 1, \ 100 .unpack_tight = 1, \ 119 .unpack_tight = 1, \ 137 .unpack_tight = 0, \ 156 .unpack_tight = 0, \ 176 .unpack_tight = 1, \ 563 if (fmt->unpack_tight) in _dpu_format_get_media_color_ubwc()
|
D | dpu_hw_mdss.h | 358 u8 unpack_tight; member
|
D | dpu_hw_sspp.c | 294 (fmt->unpack_tight << 17) | in dpu_hw_sspp_setup_format()
|
/Linux-v5.4/drivers/gpu/drm/msm/disp/ |
D | mdp_kms.h | 80 bool alpha_enable, unpack_tight; member
|
D | mdp_format.c | 71 .unpack_tight = tight, \
|
/Linux-v5.4/drivers/gpu/drm/msm/disp/mdp4/ |
D | mdp4_plane.c | 310 COND(format->unpack_tight, MDP4_PIPE_SRC_FORMAT_UNPACK_TIGHT)); in mdp4_plane_mode_set()
|
/Linux-v5.4/drivers/gpu/drm/msm/disp/mdp5/ |
D | mdp5_plane.c | 862 COND(format->unpack_tight, MDP5_PIPE_SRC_FORMAT_UNPACK_TIGHT) | in mdp5_hwpipe_mode_set()
|