Searched refs:disp_dram_allocation (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Ddce_v11_0.c784 fixed20_12 disp_dram_allocation; /* 0.3 to 0.7 */ local
793 disp_dram_allocation.full = dfixed_const(3); /* XXX worse case value 0.3 */
794 disp_dram_allocation.full = dfixed_div(disp_dram_allocation, a);
796 bandwidth.full = dfixed_mul(bandwidth, disp_dram_allocation);
H A Ddce_v10_0.c752 fixed20_12 disp_dram_allocation; /* 0.3 to 0.7 */ local
761 disp_dram_allocation.full = dfixed_const(3); /* XXX worse case value 0.3 */
762 disp_dram_allocation.full = dfixed_div(disp_dram_allocation, a);
764 bandwidth.full = dfixed_mul(bandwidth, disp_dram_allocation);
H A Ddce_v8_0.c705 fixed20_12 disp_dram_allocation; /* 0.3 to 0.7 */ local
714 disp_dram_allocation.full = dfixed_const(3); /* XXX worse case value 0.3 */
715 disp_dram_allocation.full = dfixed_div(disp_dram_allocation, a);
717 bandwidth.full = dfixed_mul(bandwidth, disp_dram_allocation);
H A Ddce_v6_0.c570 fixed20_12 disp_dram_allocation; /* 0.3 to 0.7 */ local
579 disp_dram_allocation.full = dfixed_const(3); /* XXX worse case value 0.3 */
580 disp_dram_allocation.full = dfixed_div(disp_dram_allocation, a);
582 bandwidth.full = dfixed_mul(bandwidth, disp_dram_allocation);
/linux-master/drivers/gpu/drm/radeon/
H A Dsi.c2072 fixed20_12 disp_dram_allocation; /* 0.3 to 0.7 */ local
2081 disp_dram_allocation.full = dfixed_const(3); /* XXX worse case value 0.3 */
2082 disp_dram_allocation.full = dfixed_div(disp_dram_allocation, a);
2084 bandwidth.full = dfixed_mul(bandwidth, disp_dram_allocation);
H A Devergreen.c1973 fixed20_12 disp_dram_allocation; /* 0.3 to 0.7 */ local
1982 disp_dram_allocation.full = dfixed_const(3); /* XXX worse case value 0.3 */
1983 disp_dram_allocation.full = dfixed_div(disp_dram_allocation, a);
1985 bandwidth.full = dfixed_mul(bandwidth, disp_dram_allocation);
H A Dcik.c8955 fixed20_12 disp_dram_allocation; /* 0.3 to 0.7 */ local
8964 disp_dram_allocation.full = dfixed_const(3); /* XXX worse case value 0.3 */
8965 disp_dram_allocation.full = dfixed_div(disp_dram_allocation, a);
8967 bandwidth.full = dfixed_mul(bandwidth, disp_dram_allocation);

Completed in 254 milliseconds