Home
last modified time | relevance | path

Searched refs:group_present (Results 1 - 4 of 4) sorted by relevance

/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H A Dmali_kbase_gpuprops.c96 u64 group_present; in kbase_gpuprops_construct_coherent_groups() local
108 group_present = props->raw_props.l2_present; in kbase_gpuprops_construct_coherent_groups()
111 group_present = props->raw_props.shader_present; in kbase_gpuprops_construct_coherent_groups()
120 * where first_set is group_present with only its nth set-bit kept in kbase_gpuprops_construct_coherent_groups()
132 * And so on until all the bits from group_present have been cleared in kbase_gpuprops_construct_coherent_groups()
137 first_set = group_present & ~(group_present - 1); in kbase_gpuprops_construct_coherent_groups()
139 while (group_present != 0 && num_groups < BASE_MAX_COHERENT_GROUPS) { in kbase_gpuprops_construct_coherent_groups()
140 group_present -= first_set; /* Clear the current group bit */ in kbase_gpuprops_construct_coherent_groups()
143 first_set = group_present in kbase_gpuprops_construct_coherent_groups()
[all...]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_gpuprops.c97 u64 group_present; in kbase_gpuprops_construct_coherent_groups() local
109 group_present = props->raw_props.l2_present; in kbase_gpuprops_construct_coherent_groups()
112 group_present = props->raw_props.shader_present; in kbase_gpuprops_construct_coherent_groups()
121 * where first_set is group_present with only its nth set-bit kept in kbase_gpuprops_construct_coherent_groups()
133 * And so on until all the bits from group_present have been cleared in kbase_gpuprops_construct_coherent_groups()
138 first_set = group_present & ~(group_present - 1); in kbase_gpuprops_construct_coherent_groups()
140 while (group_present != 0 && num_groups < BASE_MAX_COHERENT_GROUPS) { in kbase_gpuprops_construct_coherent_groups()
141 group_present -= first_set; /* Clear the current group bit */ in kbase_gpuprops_construct_coherent_groups()
144 first_set = group_present in kbase_gpuprops_construct_coherent_groups()
[all...]
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H A Dmali_kbase_gpuprops.c42 u64 group_present; in kbase_gpuprops_construct_coherent_groups() local
54 group_present = props->raw_props.l2_present; in kbase_gpuprops_construct_coherent_groups()
57 group_present = props->raw_props.shader_present; in kbase_gpuprops_construct_coherent_groups()
66 * where first_set is group_present with only its nth set-bit kept in kbase_gpuprops_construct_coherent_groups()
78 * And so on until all the bits from group_present have been cleared in kbase_gpuprops_construct_coherent_groups()
83 first_set = group_present & ~(group_present - 1); in kbase_gpuprops_construct_coherent_groups()
85 while (group_present != 0 && num_groups < BASE_MAX_COHERENT_GROUPS) { in kbase_gpuprops_construct_coherent_groups()
86 group_present -= first_set; /* Clear the current group bit */ in kbase_gpuprops_construct_coherent_groups()
89 first_set = group_present in kbase_gpuprops_construct_coherent_groups()
[all...]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_gpuprops.c42 u64 group_present; in kbase_gpuprops_construct_coherent_groups() local
54 group_present = props->raw_props.l2_present; in kbase_gpuprops_construct_coherent_groups()
57 group_present = props->raw_props.shader_present; in kbase_gpuprops_construct_coherent_groups()
66 * where first_set is group_present with only its nth set-bit kept in kbase_gpuprops_construct_coherent_groups()
78 * And so on until all the bits from group_present have been cleared in kbase_gpuprops_construct_coherent_groups()
83 first_set = group_present & ~(group_present - 1); in kbase_gpuprops_construct_coherent_groups()
85 while (group_present != 0 && num_groups < BASE_MAX_COHERENT_GROUPS) { in kbase_gpuprops_construct_coherent_groups()
86 group_present -= first_set; /* Clear the current group bit */ in kbase_gpuprops_construct_coherent_groups()
89 first_set = group_present in kbase_gpuprops_construct_coherent_groups()
[all...]

Completed in 3 milliseconds