OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pipe_src_w
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_panel.c
190
if (adjusted_mode->crtc_hdisplay == pipe_config->
pipe_src_w
&&
197
width = pipe_config->
pipe_src_w
;
208
u32 scaled_height = pipe_config->
pipe_src_w
218
height = scaled_width / pipe_config->
pipe_src_w
;
311
u32 scaled_height = pipe_config->
pipe_src_w
*
321
else if (adjusted_mode->crtc_hdisplay != pipe_config->
pipe_src_w
)
332
u32 scaled_height = pipe_config->
pipe_src_w
*
360
pipe_config->
pipe_src_w
);
363
if (pipe_config->
pipe_src_w
!= adjusted_mode->crtc_hdisplay) {
364
bits = panel_fitter_scaling(pipe_config->
pipe_src_w
,
[
all
...]
intel_overlay.c
940
if (rec->dst_x < pipe_config->
pipe_src_w
&&
941
rec->dst_x + rec->dst_width <= pipe_config->
pipe_src_w
&&
1135
if (crtc->config->
pipe_src_w
> 1024 &&
intel_sprite.c
2110
int
pipe_src_w
= crtc_state->
pipe_src_w
;
local in function:skl_plane_check_dst_coordinates
2122
(crtc_x + crtc_w < 4 || crtc_x >
pipe_src_w
- 4)) {
2126
4,
pipe_src_w
- 4);
intel_display_types.h
832
int
pipe_src_w
, pipe_src_h;
member in struct:intel_crtc_state
intel_display.c
6055
state->
pipe_src_w
, state->pipe_src_h,
6179
hscale = (crtc_state->
pipe_src_w
<< 16) / pfit_w;
7843
pipe_w = pipe_config->
pipe_src_w
;
7922
if (pipe_config->
pipe_src_w
& 1) {
8670
((crtc_state->
pipe_src_w
- 1) << 16) |
8743
pipe_config->
pipe_src_w
= ((tmp >> 16) & 0xffff) + 1;
8746
pipe_config->hw.mode.hdisplay = pipe_config->
pipe_src_w
;
12887
pipe_config->
pipe_src_w
, pipe_config->pipe_src_h,
13131
&pipe_config->
pipe_src_w
,
13638
PIPE_CONF_CHECK_I(
pipe_src_w
);
[
all
...]
/src/sys/external/bsd/drm2/dist/drm/i915/
intel_pm.c
1651
width = crtc_state->
pipe_src_w
;
2244
int hdisplay = crtc->config->
pipe_src_w
;
2404
int hdisplay = enabled->config->
pipe_src_w
;
i915_debugfs.c
2647
crtc_state->
pipe_src_w
, crtc_state->pipe_src_h,
Completed in 32 milliseconds
Indexes created Thu Oct 02 01:09:59 GMT 2025