Searched refs:l2_present (Results 1 - 8 of 8) sorted by last modified time

/linux-master/include/uapi/drm/
H A Dpanthor_drm.h333 /** @l2_present: Bitmask encoding the L2 caches exposed by the GPU. */
334 __u64 l2_present; member in struct:drm_panthor_gpu_info
/linux-master/drivers/gpu/drm/panthor/
H A Dpanthor_gpu.c111 ptdev->gpu_info.l2_present = gpu_read(ptdev, GPU_L2_PRESENT_LO);
112 ptdev->gpu_info.l2_present |= (u64)gpu_read(ptdev, GPU_L2_PRESENT_HI) << 32;
140 "shader_present=0x%0llx l2_present=0x%0llx tiler_present=0x%0llx",
141 ptdev->gpu_info.shader_present, ptdev->gpu_info.l2_present,
353 if (ptdev->gpu_info.l2_present != 1) {
356 * ~(l2_present - 1) unsets all bits in l2_present except
357 * the bottom bit. (l2_present - 2) has all the bits in
361 u64 core_mask = ~(ptdev->gpu_info.l2_present - 1) &
362 (ptdev->gpu_info.l2_present
[all...]
H A Dpanthor_fw.c1146 panthor_gpu_power_off(ptdev, L2, ptdev->gpu_info.l2_present, 20000);
/linux-master/drivers/gpu/drm/panfrost/
H A Dpanfrost_drv.c51 PANFROST_FEATURE(L2_PRESENT, l2_present);
H A Dpanfrost_device.h51 u64 l2_present; member in struct:panfrost_features
H A Dpanfrost_gpu.c278 pfdev->features.l2_present = gpu_read(pfdev, GPU_L2_PRESENT_LO);
279 pfdev->features.l2_present |= (u64)gpu_read(pfdev, GPU_L2_PRESENT_HI) << 32;
280 pfdev->features.nr_core_groups = hweight64(pfdev->features.l2_present);
345 dev_info(pfdev->dev, "shader_present=0x%0llx l2_present=0x%0llx",
346 pfdev->features.shader_present, pfdev->features.l2_present);
387 if (pfdev->features.l2_present == 1)
392 * ~(l2_present - 1) unsets all bits in l2_present except
393 * the bottom bit. (l2_present - 2) has all the bits in
397 core_mask = ~(pfdev->features.l2_present
[all...]
H A Dpanfrost_perfcnt.c292 ncoregroups = hweight64(pfdev->features.l2_present);
/linux-master/drivers/net/ethernet/cavium/thunder/
H A Dq_struct.h188 u64 l2_present:1; member in struct:cqe_rx_t
223 u64 l2_present:1;

Completed in 168 milliseconds