Searched refs:unpack_tight (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/gpu/drm/msm/disp/dpu1/ |
A 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, \ 581 if (fmt->unpack_tight) in _dpu_format_get_media_color_ubwc()
|
A D | dpu_hw_mdss.h | 369 u8 unpack_tight; member
|
A D | dpu_hw_sspp.c | 297 (fmt->unpack_tight << 17) | in dpu_hw_sspp_setup_format()
|
/linux/drivers/gpu/drm/msm/disp/ |
A D | mdp_kms.h | 85 bool alpha_enable, unpack_tight; member
|
A D | mdp_format.c | 71 .unpack_tight = tight, \
|
/linux/drivers/gpu/drm/msm/disp/mdp4/ |
A D | mdp4_plane.c | 312 COND(format->unpack_tight, MDP4_PIPE_SRC_FORMAT_UNPACK_TIGHT)); in mdp4_plane_mode_set()
|
/linux/drivers/gpu/drm/msm/disp/mdp5/ |
A D | mdp5_plane.c | 776 COND(format->unpack_tight, MDP5_PIPE_SRC_FORMAT_UNPACK_TIGHT) | in mdp5_hwpipe_mode_set()
|
Completed in 13 milliseconds