Searched refs:tiler_present (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/panfrost/ |
H A D | panfrost_gpu.c | 255 pfdev->features.tiler_present = gpu_read(pfdev, GPU_TILER_PRESENT_LO); in panfrost_gpu_init_features() 256 pfdev->features.tiler_present |= (u64)gpu_read(pfdev, GPU_TILER_PRESENT_HI) << 32; in panfrost_gpu_init_features() 376 gpu_write(pfdev, TILER_PWRON_LO, pfdev->features.tiler_present); in panfrost_gpu_power_on() 378 val, val == pfdev->features.tiler_present, 100, 1000); in panfrost_gpu_power_on() 394 gpu_write(pfdev, TILER_PWROFF_LO, pfdev->features.tiler_present); in panfrost_gpu_power_off()
|
H A D | panfrost_device.h | 33 u64 tiler_present; member
|
H A D | panfrost_drv.c | 50 PANFROST_FEATURE(TILER_PRESENT, tiler_present); in panfrost_ioctl_get_param()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/panfrost/ |
H A D | panfrost_gpu.c | 244 pfdev->features.tiler_present = gpu_read(pfdev, GPU_TILER_PRESENT_LO); in panfrost_gpu_init_features() 245 pfdev->features.tiler_present |= (u64)gpu_read(pfdev, GPU_TILER_PRESENT_HI) << 32; in panfrost_gpu_init_features() 338 gpu_write(pfdev, TILER_PWRON_LO, pfdev->features.tiler_present); in panfrost_gpu_power_on() 340 val, val == pfdev->features.tiler_present, 100, 1000); in panfrost_gpu_power_on()
|
H A D | panfrost_device.h | 32 u64 tiler_present; member
|
H A D | panfrost_drv.c | 49 PANFROST_FEATURE(TILER_PRESENT, tiler_present); in panfrost_ioctl_get_param()
|
Completed in 5 milliseconds