Home
last modified time | relevance | path

Searched refs:has_bicubic (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/ingenic/
H A Dingenic-ipu.c37 bool has_bicubic; member
461 if (ipu->soc_info->has_bicubic) in ingenic_ipu_plane_atomic_update()
469 if (!ipu->soc_info->has_bicubic && !upscaling_w) in ingenic_ipu_plane_atomic_update()
481 if (!ipu->soc_info->has_bicubic && !upscaling_h) in ingenic_ipu_plane_atomic_update()
768 sharpness_max = soc_info->has_bicubic ? 32 : 1; in ingenic_ipu_bind()
777 ipu->sharpness = soc_info->has_bicubic ? 8 : 1; in ingenic_ipu_bind()
834 .has_bicubic = false,
860 .has_bicubic = true,
/kernel/linux/linux-6.6/drivers/gpu/drm/ingenic/
H A Dingenic-ipu.c40 bool has_bicubic; member
511 if (ipu->soc_info->has_bicubic) in ingenic_ipu_plane_atomic_update()
519 if (!ipu->soc_info->has_bicubic && !upscaling_w) in ingenic_ipu_plane_atomic_update()
531 if (!ipu->soc_info->has_bicubic && !upscaling_h) in ingenic_ipu_plane_atomic_update()
871 sharpness_max = soc_info->has_bicubic ? 32 : 1; in ingenic_ipu_bind()
880 ipu->sharpness = soc_info->has_bicubic ? 8 : 1; in ingenic_ipu_bind()
951 .has_bicubic = false,
977 .has_bicubic = true,

Completed in 3 milliseconds