OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:native_mode
(Results
1 - 7
of
7
) sorted by relevancy
/xsrc/external/mit/xf86-video-ati/dist/src/
radeon_modes.c
140
radeon_native_mode_ptr
native_mode
= &radeon_output->
native_mode
;
local
144
if (
native_mode
->PanelXRes != 0 &&
145
native_mode
->PanelYRes != 0 &&
146
native_mode
->DotClock != 0) {
149
sprintf(stmp, "%dx%d",
native_mode
->PanelXRes,
native_mode
->PanelYRes);
156
new->HDisplay =
native_mode
->PanelXRes;
157
new->VDisplay =
native_mode
->PanelYRes;
159
new->HTotal = new->HDisplay +
native_mode
->HBlank
262
radeon_
native_mode
_ptr
native_mode
= &radeon_output->
native_mode
;
local
339
radeon_
native_mode
_ptr
native_mode
= &radeon_output->
native_mode
;
local
444
radeon_
native_mode
_ptr
native_mode
= &radeon_output->
native_mode
;
local
[
all
...]
radeon_output.c
534
radeon_native_mode_ptr
native_mode
= &radeon_output->
native_mode
;
local
589
if (pMode->HDisplay !=
native_mode
->PanelXRes ||
590
pMode->VDisplay !=
native_mode
->PanelYRes)
593
if (pMode->HDisplay >
native_mode
->PanelXRes ||
594
pMode->VDisplay >
native_mode
->PanelYRes)
607
radeon_native_mode_ptr
native_mode
= &radeon_output->
native_mode
;
local
625
if (mode->HDisplay <
native_mode
->PanelXRes ||
626
mode->VDisplay <
native_mode
->PanelYRes)
[
all
...]
legacy_output.c
178
radeon_native_mode_ptr
native_mode
= &lvds->
native_mode
;
local
184
native_mode
->PanelYRes = ((fp_vert_stretch & RADEON_VERT_PANEL_SIZE) >>
187
native_mode
->PanelYRes = (INREG(RADEON_CRTC_V_TOTAL_DISP)>>16) + 1;
190
native_mode
->PanelXRes = (((fp_horz_stretch & RADEON_HORZ_PANEL_SIZE) >>
193
native_mode
->PanelXRes = ((INREG(RADEON_CRTC_H_TOTAL_DISP)>>16) + 1) * 8;
196
if ((
native_mode
->PanelXRes < 640) || (
native_mode
->PanelYRes < 480)) {
197
native_mode
->PanelXRes = 640;
198
native_mode
->PanelYRes = 480
230
radeon_
native_mode
_ptr
native_mode
= &lvds->
native_mode
;
local
1347
radeon_
native_mode
_ptr
native_mode
= &radeon_output->
native_mode
;
local
[
all
...]
radeon_atombios.c
2082
radeon_native_mode_ptr
native_mode
= &lvds->
native_mode
;
local
2097
native_mode
->PanelXRes = le16_to_cpu(atomDataPtr->LVDS_Info.LVDS_Info->sLCDTiming.usHActive);
2098
native_mode
->PanelYRes = le16_to_cpu(atomDataPtr->LVDS_Info.LVDS_Info->sLCDTiming.usVActive);
2099
native_mode
->DotClock = le16_to_cpu(atomDataPtr->LVDS_Info.LVDS_Info->sLCDTiming.usPixClk) * 10;
2100
native_mode
->HBlank = le16_to_cpu(atomDataPtr->LVDS_Info.LVDS_Info->sLCDTiming.usHBlanking_Time);
2101
native_mode
->HOverPlus = le16_to_cpu(atomDataPtr->LVDS_Info.LVDS_Info->sLCDTiming.usHSyncOffset);
2102
native_mode
->HSyncWidth = le16_to_cpu(atomDataPtr->LVDS_Info.LVDS_Info->sLCDTiming.usHSyncWidth);
2103
native_mode
->VBlank = le16_to_cpu(atomDataPtr->LVDS_Info.LVDS_Info->sLCDTiming.usVBlanking_Time);
2104
native_mode
->VOverPlus = le16_to_cpu(atomDataPtr->LVDS_Info.LVDS_Info->sLCDTiming.usVSyncOffset)
[
all
...]
radeon_bios.c
1113
radeon_native_mode_ptr
native_mode
= &lvds->
native_mode
;
local
1137
native_mode
->PanelXRes = RADEON_BIOS16(tmp+25);
1138
native_mode
->PanelYRes = RADEON_BIOS16(tmp+27);
1140
native_mode
->PanelXRes,
native_mode
->PanelYRes);
1165
if ((RADEON_BIOS16(tmp0) ==
native_mode
->PanelXRes) &&
1166
(RADEON_BIOS16(tmp0+2) ==
native_mode
->PanelYRes)) {
1167
native_mode
->HBlank = (RADEON_BIOS16(tmp0+17) -
1169
native_mode
->HOverPlus = (RADEON_BIOS16(tmp0+21)
[
all
...]
radeon_probe.h
289
radeon_native_mode_rec
native_mode
;
member in struct:_radeon_lvds
351
radeon_native_mode_rec
native_mode
;
member in struct:_RADEONOutputPrivateRec
radeon_video.c
2617
radeon_output->
native_mode
.PanelYRes) << v_inc_shift) / drw_h;
Completed in 15 milliseconds
Indexes created Mon Jul 20 00:27:07 UTC 2026