Searched refs:highest_bank_bit (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/drivers/gpu/drm/msm/ |
A D | msm_mdss.c | 194 u32 highest_bank_bit, in msm_mdss_setup_ubwc_dec_30() argument 198 (highest_bank_bit & 0x3) << 4 | in msm_mdss_setup_ubwc_dec_30() 214 u32 highest_bank_bit, in msm_mdss_setup_ubwc_dec_40() argument 219 (highest_bank_bit & 0x7) << 4 | in msm_mdss_setup_ubwc_dec_40()
|
/linux-6.3-rc2/drivers/gpu/drm/msm/disp/dpu1/ |
A D | dpu_hw_catalog.c | 486 .highest_bank_bit = 0x2, 515 .highest_bank_bit = 0x2, 540 .highest_bank_bit = 0x3, 559 .highest_bank_bit = 0x3, 584 .highest_bank_bit = 0x1, 598 .highest_bank_bit = 0x3, /* TODO: 2 for LP_DDR4 */ 628 .highest_bank_bit = 0x3, /* TODO: 2 for LP_DDR4 */ 655 .highest_bank_bit = 0x3, /* TODO: 2 for LP_DDR4 */ 682 .highest_bank_bit = 0x1, 700 .highest_bank_bit = 2, [all …]
|
A D | dpu_hw_sspp.c | 310 ctx->mdp->highest_bank_bit << 18); in dpu_hw_sspp_setup_format() 317 (ctx->mdp->highest_bank_bit << 4)); in dpu_hw_sspp_setup_format() 323 (ctx->mdp->highest_bank_bit << 4)); in dpu_hw_sspp_setup_format() 328 (ctx->mdp->highest_bank_bit << 4)); in dpu_hw_sspp_setup_format()
|
A D | dpu_hw_catalog.h | 547 u32 highest_bank_bit; member
|
/linux-6.3-rc2/drivers/media/platform/qcom/venus/ |
A D | hfi_helper.h | 643 u32 highest_bank_bit; member
|
Completed in 23 milliseconds