OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:scaled_width
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_panel.c
206
u32
scaled_width
= adjusted_mode->crtc_hdisplay
local in function:intel_pch_panel_fitting
210
if (
scaled_width
> scaled_height) { /* pillar */
217
} else if (
scaled_width
< scaled_height) { /* letter */
218
height =
scaled_width
/ pipe_config->pipe_src_w;
309
u32
scaled_width
= adjusted_mode->crtc_hdisplay *
local in function:i965_scale_aspect
315
if (
scaled_width
> scaled_height)
318
else if (
scaled_width
< scaled_height)
330
u32
scaled_width
= adjusted_mode->crtc_hdisplay *
local in function:i9xx_scale_aspect
341
if (
scaled_width
> scaled_height) { /* pillar */
357
} else if (
scaled_width
< scaled_height) { /* letter *
[
all
...]
Completed in 12 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025