OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hw_mode
(Results
1 - 12
of
12
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_dpm.c
155
if (crtc->enabled && amdgpu_crtc->enabled && amdgpu_crtc->
hw_mode
.clock) {
157
amdgpu_crtc->
hw_mode
.crtc_htotal *
158
(amdgpu_crtc->
hw_mode
.crtc_vblank_end -
159
amdgpu_crtc->
hw_mode
.crtc_vdisplay +
162
vblank_time_us = vblank_in_pixels * 1000 / amdgpu_crtc->
hw_mode
.clock;
181
if (crtc->enabled && amdgpu_crtc->enabled && amdgpu_crtc->
hw_mode
.clock) {
182
vrefresh = drm_mode_vrefresh(&amdgpu_crtc->
hw_mode
);
amdgpu_mode.h
425
struct drm_display_mode
hw_mode
;
member in struct:amdgpu_crtc
amdgpu_dce_virtual.c
191
amdgpu_crtc->
hw_mode
= *adjusted_mode;
amdgpu_dce_v10_0.c
2631
amdgpu_crtc->
hw_mode
= *adjusted_mode;
amdgpu_dce_v11_0.c
2739
amdgpu_crtc->
hw_mode
= *adjusted_mode;
amdgpu_dce_v6_0.c
2520
amdgpu_crtc->
hw_mode
= *adjusted_mode;
amdgpu_dce_v8_0.c
2539
amdgpu_crtc->
hw_mode
= *adjusted_mode;
/src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_r600_dpm.c
172
if (crtc->enabled && radeon_crtc->enabled && radeon_crtc->
hw_mode
.clock) {
174
radeon_crtc->
hw_mode
.crtc_htotal *
175
(radeon_crtc->
hw_mode
.crtc_vblank_end -
176
radeon_crtc->
hw_mode
.crtc_vdisplay +
179
vblank_time_us = vblank_in_pixels * 1000 / radeon_crtc->
hw_mode
.clock;
198
if (crtc->enabled && radeon_crtc->enabled && radeon_crtc->
hw_mode
.clock) {
199
vrefresh = drm_mode_vrefresh(&radeon_crtc->
hw_mode
);
radeon_mode.h
373
struct drm_display_mode
hw_mode
;
member in struct:radeon_crtc
radeon_atombios_crtc.c
2100
radeon_crtc->
hw_mode
= *adjusted_mode;
radeon_si.c
5201
bool
hw_mode
= true;
local in function:si_init_uvd_internal_cg
5203
if (
hw_mode
) {
/src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/
amdgpu_dm.c
6921
acrtc->
hw_mode
= new_crtc_state->mode;
Completed in 36 milliseconds
Indexes created Fri Oct 17 23:09:53 GMT 2025