Home
last modified time | relevance | path

Searched refs:tiler_present (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/drivers/gpu/drm/panfrost/
H A Dpanfrost_gpu.c255 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 Dpanfrost_device.h33 u64 tiler_present; member
H A Dpanfrost_drv.c50 PANFROST_FEATURE(TILER_PRESENT, tiler_present); in panfrost_ioctl_get_param()
/kernel/linux/linux-5.10/drivers/gpu/drm/panfrost/
H A Dpanfrost_gpu.c244 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 Dpanfrost_device.h32 u64 tiler_present; member
H A Dpanfrost_drv.c49 PANFROST_FEATURE(TILER_PRESENT, tiler_present); in panfrost_ioctl_get_param()

Completed in 5 milliseconds