Home
last modified time | relevance | path

Searched refs:MSM_FORMAT_FLAG_UNPACK_ALIGN_MSB (Results 1 – 4 of 4) sorted by relevance

/linux-6.14.4/drivers/gpu/drm/msm/disp/
Dmdp_format.h25 #define MSM_FORMAT_FLAG_UNPACK_ALIGN_MSB BIT(MSM_FORMAT_FLAG_UNPACK_ALIGN_MSB_BIT) macro
Dmdp_format.c182 .flags = MSM_FORMAT_FLAG_UNPACK_ALIGN_MSB | flg, \
202 .flags = MSM_FORMAT_FLAG_UNPACK_ALIGN_MSB | flg, \
/linux-6.14.4/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_hw_wb.c100 dst_format |= ((fmt->flags & MSM_FORMAT_FLAG_UNPACK_ALIGN_MSB ? 1 : 0) << 18) | in dpu_hw_wb_setup_format()
Ddpu_hw_sspp.c269 ((fmt->flags & MSM_FORMAT_FLAG_UNPACK_ALIGN_MSB ? 1 : 0) << 18) | in dpu_hw_sspp_setup_format()