Searched refs:max_hscale (Results 1 – 2 of 2) sorted by relevance
| /drivers/gpu/drm/i915/display/ |
| A D | skl_scaler.c | 328 int *max_hscale, int *max_vscale) in calculate_max_scale() argument 347 *max_hscale = 0x30000 - 1; in calculate_max_scale() 354 *max_hscale = 0x30000 - 1; in calculate_max_scale() 357 *max_hscale = 0x20000 - 1; in calculate_max_scale() 425 int max_hscale, max_vscale; in intel_atomic_setup_scaler() local 429 *scaler_id, &max_hscale, &max_vscale); in intel_atomic_setup_scaler() 437 hscale = drm_rect_calc_hscale(src, dst, 1, max_hscale); in intel_atomic_setup_scaler() 453 int max_hscale, max_vscale; in intel_atomic_setup_scaler() local 460 &max_hscale, &max_vscale); in intel_atomic_setup_scaler() 468 max_hscale = 0x18000 - 1; in intel_atomic_setup_scaler() [all …]
|
| /drivers/gpu/drm/ |
| 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()
|
Completed in 8 milliseconds