Home
last modified time | relevance | path

Searched refs:unpack_tight (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_formats.c44 .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, \
615 if (fmt->unpack_tight) in _dpu_format_get_media_color_ubwc()
H A Ddpu_hw_mdss.h389 u8 unpack_tight; member
H A Ddpu_hw_wb.c98 (fmt->unpack_tight << 17) | in dpu_hw_wb_setup_format()
H A Ddpu_hw_sspp.c264 (fmt->unpack_tight << 17) | in dpu_hw_sspp_setup_format()
/openbmc/linux/drivers/gpu/drm/msm/disp/
H A Dmdp_kms.h85 bool alpha_enable, unpack_tight; member
H A Dmdp_format.c73 .unpack_tight = tight, \
/openbmc/linux/drivers/gpu/drm/msm/disp/mdp4/
H A Dmdp4_plane.c328 COND(format->unpack_tight, MDP4_PIPE_SRC_FORMAT_UNPACK_TIGHT)); in mdp4_plane_mode_set()
/openbmc/linux/drivers/gpu/drm/msm/disp/mdp5/
H A Dmdp5_plane.c807 COND(format->unpack_tight, MDP5_PIPE_SRC_FORMAT_UNPACK_TIGHT) | in mdp5_hwpipe_mode_set()