Searched refs:unpack_tight (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/msm/disp/dpu1/ |
D | dpu_formats.c | 51 .unpack_tight = 1, \ 70 .unpack_tight = 1, \ 90 .unpack_tight = 1, \ 108 .unpack_tight = 1, \ 127 .unpack_tight = 1, \ 145 .unpack_tight = 0, \ 164 .unpack_tight = 0, \ 184 .unpack_tight = 1, \ 681 if (fmt->unpack_tight) in _dpu_format_get_media_color_ubwc()
|
D | dpu_hw_mdss.h | 393 u8 unpack_tight; member
|
D | dpu_hw_sspp.c | 303 (fmt->unpack_tight << 17) | in dpu_hw_sspp_setup_format()
|
/Linux-v4.19/drivers/gpu/drm/msm/disp/ |
D | mdp_kms.h | 91 bool alpha_enable, unpack_tight; member
|
D | mdp_format.c | 82 .unpack_tight = tight, \
|
/Linux-v4.19/drivers/gpu/drm/msm/disp/mdp4/ |
D | mdp4_plane.c | 319 COND(format->unpack_tight, MDP4_PIPE_SRC_FORMAT_UNPACK_TIGHT)); in mdp4_plane_mode_set()
|
/Linux-v4.19/drivers/gpu/drm/msm/disp/mdp5/ |
D | mdp5_plane.c | 872 COND(format->unpack_tight, MDP5_PIPE_SRC_FORMAT_UNPACK_TIGHT) | in mdp5_hwpipe_mode_set()
|