OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:native_mode
(Results
1 - 8
of
8
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_encoders.c
173
struct drm_display_mode *
native_mode
= &amdgpu_encoder->
native_mode
;
local
174
unsigned hblank =
native_mode
->htotal -
native_mode
->hdisplay;
175
unsigned vblank =
native_mode
->vtotal -
native_mode
->vdisplay;
176
unsigned hover =
native_mode
->hsync_start -
native_mode
->hdisplay;
177
unsigned vover =
native_mode
->vsync_start -
native_mode
->vdisplay
[
all
...]
amdgpu_connectors.c
376
amdgpu_encoder->
native_mode
= *preferred_mode;
378
amdgpu_encoder->
native_mode
.clock = 0;
388
struct drm_display_mode *
native_mode
= &amdgpu_encoder->
native_mode
;
local
390
if (
native_mode
->hdisplay != 0 &&
391
native_mode
->vdisplay != 0 &&
392
native_mode
->clock != 0) {
393
mode = drm_mode_duplicate(dev,
native_mode
);
398
} else if (
native_mode
->hdisplay != 0 &&
399
native_mode
->vdisplay != 0)
420
struct drm_display_mode *
native_mode
= &amdgpu_encoder->
native_mode
;
local
616
struct drm_display_mode *
native_mode
= &amdgpu_encoder->
native_mode
;
local
694
struct drm_display_mode *
native_mode
= &amdgpu_encoder->
native_mode
;
local
730
struct drm_display_mode *
native_mode
= &amdgpu_encoder->
native_mode
;
local
1351
struct drm_display_mode *
native_mode
= &amdgpu_encoder->
native_mode
;
local
1433
struct drm_display_mode *
native_mode
= &amdgpu_encoder->
native_mode
;
local
[
all
...]
amdgpu_mode.h
403
struct drm_display_mode
native_mode
;
member in struct:amdgpu_crtc
444
struct drm_display_mode
native_mode
;
member in struct:amdgpu_encoder_atom_dig
464
struct drm_display_mode
native_mode
;
member in struct:amdgpu_encoder
/src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_encoders.c
334
struct drm_display_mode *
native_mode
= &radeon_encoder->
native_mode
;
local
335
unsigned hblank =
native_mode
->htotal -
native_mode
->hdisplay;
336
unsigned vblank =
native_mode
->vtotal -
native_mode
->vdisplay;
337
unsigned hover =
native_mode
->hsync_start -
native_mode
->hdisplay;
338
unsigned vover =
native_mode
->vsync_start -
native_mode
->vdisplay
[
all
...]
radeon_connectors.c
409
radeon_encoder->
native_mode
= *preferred_mode;
411
radeon_encoder->
native_mode
.clock = 0;
475
struct drm_display_mode *
native_mode
= &radeon_encoder->
native_mode
;
local
477
if (
native_mode
->hdisplay != 0 &&
478
native_mode
->vdisplay != 0 &&
479
native_mode
->clock != 0) {
480
mode = drm_mode_duplicate(dev,
native_mode
);
485
} else if (
native_mode
->hdisplay != 0 &&
486
native_mode
->vdisplay != 0)
506
struct drm_display_mode *
native_mode
= &radeon_encoder->
native_mode
;
local
777
struct drm_display_mode *
native_mode
= &radeon_encoder->
native_mode
;
local
855
struct drm_display_mode *
native_mode
= &radeon_encoder->
native_mode
;
local
893
struct drm_display_mode *
native_mode
= &radeon_encoder->
native_mode
;
local
1681
struct drm_display_mode *
native_mode
= &radeon_encoder->
native_mode
;
local
1782
struct drm_display_mode *
native_mode
= &radeon_encoder->
native_mode
;
local
[
all
...]
radeon_legacy_crtc.c
71
struct drm_display_mode *
native_mode
= &radeon_crtc->
native_mode
;
local
118
if (
native_mode
->hdisplay == 0 ||
119
native_mode
->vdisplay == 0) {
123
if (xres >
native_mode
->hdisplay)
124
xres =
native_mode
->hdisplay;
125
if (yres >
native_mode
->vdisplay)
126
yres =
native_mode
->vdisplay;
128
if (xres ==
native_mode
->hdisplay)
130
if (yres ==
native_mode
->vdisplay
[
all
...]
radeon_mode.h
352
struct drm_display_mode
native_mode
;
member in struct:radeon_crtc
394
struct drm_display_mode
native_mode
;
member in struct:radeon_encoder_lvds
438
struct drm_display_mode
native_mode
;
member in struct:radeon_encoder_atom_dig
475
struct drm_display_mode
native_mode
;
member in struct:radeon_encoder
/src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_connector.h
121
struct drm_display_mode *
native_mode
;
member in struct:nouveau_connector
Completed in 19 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026