OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:radeon_agpmode
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_agp.c
205
if (
radeon_agpmode
> 0) {
206
if ((
radeon_agpmode
< (is_v3 ? 4 : 1)) ||
207
(
radeon_agpmode
> (is_v3 ? 8 : 4)) ||
208
(
radeon_agpmode
& (
radeon_agpmode
- 1))) {
210
radeon_agpmode
, is_v3 ? "4, 8" : "1, 2, 4",
212
radeon_agpmode
= default_mode;
214
DRM_INFO("AGP mode requested: %d\n",
radeon_agpmode
);
217
radeon_agpmode
= default_mode;
222
switch (
radeon_agpmode
) {
[
all
...]
radeon_drv.c
190
int
radeon_agpmode
= -1;
variable in typeref:typename:int
192
int
radeon_agpmode
= 0;
variable in typeref:typename:int
238
module_param_named(agpmode,
radeon_agpmode
, int, 0444);
radeon_device.c
1251
switch (
radeon_agpmode
) {
1261
"-1, 0, 1, 2, 4, 8)\n",
radeon_agpmode
);
1262
radeon_agpmode
= 0;
1458
if (rdev->flags & RADEON_IS_AGP &&
radeon_agpmode
== -1) {
radeon_r100.c
3407
agpmode_ff.full = dfixed_const(
radeon_agpmode
);
radeon.h
97
extern int
radeon_agpmode
;
Completed in 20 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025