Searched refs:max_hscale (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/drivers/gpu/drm/i915/display/ |
| H A D | skl_scaler.c | 326 int *max_hscale, int *max_vscale) in calculate_max_scale() argument 345 *max_hscale = 0x30000 - 1; in calculate_max_scale() 352 *max_hscale = 0x30000 - 1; in calculate_max_scale() 355 *max_hscale = 0x20000 - 1; in calculate_max_scale() 423 int max_hscale, max_vscale; in intel_atomic_setup_scaler() local 427 *scaler_id, &max_hscale, &max_vscale); in intel_atomic_setup_scaler() 435 hscale = drm_rect_calc_hscale(src, dst, 1, max_hscale); in intel_atomic_setup_scaler() 451 int max_hscale, max_vscale; in intel_atomic_setup_scaler() local 458 &max_hscale, &max_vscale); in intel_atomic_setup_scaler() 466 max_hscale = 0x18000 - 1; in intel_atomic_setup_scaler() [all …]
|
| /linux-6.15/drivers/gpu/drm/ |
| H A D | drm_rect.c | 170 int min_hscale, int max_hscale) in drm_rect_calc_hscale() argument 179 if (hscale < min_hscale || hscale > max_hscale) in drm_rect_calc_hscale()
|
| /linux-6.15/include/drm/ |
| H A D | drm_rect.h | 261 int min_hscale, int max_hscale);
|