OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rmx_type
(Results
1 - 23
of
23
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_connectors.c
580
enum amdgpu_rmx_type
rmx_type
;
local in function:amdgpu_connector_set_property
591
case DRM_MODE_SCALE_NONE:
rmx_type
= RMX_OFF; break;
592
case DRM_MODE_SCALE_CENTER:
rmx_type
= RMX_CENTER; break;
593
case DRM_MODE_SCALE_ASPECT:
rmx_type
= RMX_ASPECT; break;
594
case DRM_MODE_SCALE_FULLSCREEN:
rmx_type
= RMX_FULL; break;
596
if (amdgpu_encoder->
rmx_type
==
rmx_type
)
599
if ((
rmx_type
!= DRM_MODE_SCALE_NONE) &&
603
amdgpu_encoder->
rmx_type
=
rmx_type
;
781
enum amdgpu_
rmx_type
rmx_type
;
local in function:amdgpu_connector_set_lcd_property
[
all
...]
amdgpu_display.c
721
if (amdgpu_encoder->
rmx_type
== RMX_OFF)
722
amdgpu_crtc->
rmx_type
= RMX_OFF;
725
amdgpu_crtc->
rmx_type
= amdgpu_encoder->
rmx_type
;
727
amdgpu_crtc->
rmx_type
= RMX_OFF;
751
amdgpu_crtc->
rmx_type
= RMX_FULL;
758
if (amdgpu_crtc->
rmx_type
!= RMX_OFF) {
amdgpu_mode.h
398
enum amdgpu_rmx_type
rmx_type
;
member in struct:amdgpu_crtc
460
enum amdgpu_rmx_type
rmx_type
;
member in struct:amdgpu_encoder
amdgpu_atombios_crtc.c
60
switch (amdgpu_crtc->
rmx_type
) {
102
switch (amdgpu_crtc->
rmx_type
) {
amdgpu_dce_v10_0.c
1069
if (amdgpu_crtc->
rmx_type
!= RMX_OFF)
1108
if (amdgpu_crtc->
rmx_type
!= RMX_OFF)
3529
amdgpu_encoder->
rmx_type
= RMX_OFF;
3547
amdgpu_encoder->
rmx_type
= RMX_FULL;
amdgpu_dce_v11_0.c
1095
if (amdgpu_crtc->
rmx_type
!= RMX_OFF)
1134
if (amdgpu_crtc->
rmx_type
!= RMX_OFF)
3661
amdgpu_encoder->
rmx_type
= RMX_OFF;
3679
amdgpu_encoder->
rmx_type
= RMX_FULL;
amdgpu_dce_v6_0.c
876
if (amdgpu_crtc->
rmx_type
!= RMX_OFF)
903
if (amdgpu_crtc->
rmx_type
!= RMX_OFF)
3340
amdgpu_encoder->
rmx_type
= RMX_OFF;
3358
amdgpu_encoder->
rmx_type
= RMX_FULL;
amdgpu_dce_v8_0.c
1004
if (amdgpu_crtc->
rmx_type
!= RMX_OFF)
1043
if (amdgpu_crtc->
rmx_type
!= RMX_OFF)
3417
amdgpu_encoder->
rmx_type
= RMX_OFF;
3435
amdgpu_encoder->
rmx_type
= RMX_FULL;
amdgpu_atombios_encoders.c
312
else if (amdgpu_encoder->
rmx_type
!= RMX_OFF)
/src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_connectors.c
715
enum radeon_rmx_type
rmx_type
;
local in function:radeon_connector_set_property
726
case DRM_MODE_SCALE_NONE:
rmx_type
= RMX_OFF; break;
727
case DRM_MODE_SCALE_CENTER:
rmx_type
= RMX_CENTER; break;
728
case DRM_MODE_SCALE_ASPECT:
rmx_type
= RMX_ASPECT; break;
729
case DRM_MODE_SCALE_FULLSCREEN:
rmx_type
= RMX_FULL; break;
731
if (radeon_encoder->
rmx_type
==
rmx_type
)
734
if ((
rmx_type
!= DRM_MODE_SCALE_NONE) &&
738
radeon_encoder->
rmx_type
=
rmx_type
;
948
enum radeon_
rmx_type
rmx_type
;
local in function:radeon_lvds_set_property
[
all
...]
radeon_display.c
1705
if (radeon_encoder->
rmx_type
== RMX_OFF)
1706
radeon_crtc->
rmx_type
= RMX_OFF;
1709
radeon_crtc->
rmx_type
= radeon_encoder->
rmx_type
;
1711
radeon_crtc->
rmx_type
= RMX_OFF;
1736
radeon_crtc->
rmx_type
= RMX_FULL;
1744
if (radeon_crtc->
rmx_type
!= radeon_encoder->
rmx_type
) {
1756
if (radeon_crtc->
rmx_type
!= RMX_OFF) {
radeon_legacy_encoders.c
234
if (radeon_encoder->
rmx_type
!= RMX_OFF)
862
if (radeon_encoder->
rmx_type
!= RMX_OFF)
998
if (radeon_encoder->
rmx_type
!= RMX_OFF)
1782
radeon_encoder->
rmx_type
= RMX_OFF;
1794
radeon_encoder->
rmx_type
= RMX_FULL;
radeon_legacy_crtc.c
134
switch (radeon_crtc->
rmx_type
) {
1066
if (radeon_crtc->
rmx_type
!= RMX_OFF) {
radeon_mode.h
347
enum radeon_rmx_type
rmx_type
;
member in struct:radeon_crtc
471
enum radeon_rmx_type
rmx_type
;
member in struct:radeon_encoder
radeon_atombios_encoders.c
342
} else if (radeon_encoder->
rmx_type
!= RMX_OFF) {
2775
radeon_encoder->
rmx_type
= RMX_OFF;
2786
radeon_encoder->
rmx_type
= RMX_FULL;
2820
radeon_encoder->
rmx_type
= RMX_FULL;
radeon_legacy_tv.c
604
if (radeon_crtc->
rmx_type
!= RMX_OFF)
radeon_rs690.c
336
if (crtc->
rmx_type
!= RMX_OFF) {
radeon_atombios_crtc.c
59
switch (radeon_crtc->
rmx_type
) {
148
switch (radeon_crtc->
rmx_type
) {
radeon_rv515.c
1016
if (crtc->
rmx_type
!= RMX_OFF) {
radeon_evergreen.c
2204
if (radeon_crtc->
rmx_type
!= RMX_OFF)
2231
if (radeon_crtc->
rmx_type
!= RMX_OFF)
radeon_si.c
2355
if (radeon_crtc->
rmx_type
!= RMX_OFF)
2382
if (radeon_crtc->
rmx_type
!= RMX_OFF)
radeon_cik.c
9351
if (radeon_crtc->
rmx_type
!= RMX_OFF)
9391
if (radeon_crtc->
rmx_type
!= RMX_OFF)
/src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/
amdgpu_dm.c
3560
enum amdgpu_rmx_type
rmx_type
;
local in function:update_stream_scaling_settings
3576
rmx_type
= dm_state->scaling;
3577
if (
rmx_type
== RMX_ASPECT ||
rmx_type
== RMX_OFF) {
3588
} else if (
rmx_type
== RMX_CENTER) {
4331
enum amdgpu_rmx_type
rmx_type
;
local in function:amdgpu_dm_connector_atomic_set_property
4335
rmx_type
= RMX_CENTER;
4338
rmx_type
= RMX_ASPECT;
4341
rmx_type
= RMX_FULL;
4345
rmx_type
= RMX_OFF
[
all
...]
Completed in 54 milliseconds
Indexes created Wed Oct 15 03:09:54 GMT 2025