Home
last modified time | relevance | path

Searched refs:radeon_agpmode (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H A Dradeon_agp.c200 if (radeon_agpmode > 0) { in radeon_agp_init()
201 if ((radeon_agpmode < (is_v3 ? 4 : 1)) || in radeon_agp_init()
202 (radeon_agpmode > (is_v3 ? 8 : 4)) || in radeon_agp_init()
203 (radeon_agpmode & (radeon_agpmode - 1))) { in radeon_agp_init()
205 radeon_agpmode, is_v3 ? "4, 8" : "1, 2, 4", in radeon_agp_init()
207 radeon_agpmode = default_mode; in radeon_agp_init()
209 DRM_INFO("AGP mode requested: %d\n", radeon_agpmode); in radeon_agp_init()
212 radeon_agpmode = default_mode; in radeon_agp_init()
217 switch (radeon_agpmode) { in radeon_agp_init()
[all...]
H A Dradeon_drv.c174 int radeon_agpmode = -1; variable
219 module_param_named(agpmode, radeon_agpmode, int, 0444);
H A Dradeon_device.c1150 switch (radeon_agpmode) { in radeon_check_arguments()
1160 "-1, 0, 1, 2, 4, 8)\n", radeon_agpmode); in radeon_check_arguments()
1161 radeon_agpmode = 0; in radeon_check_arguments()
1352 if (rdev->flags & RADEON_IS_AGP && radeon_agpmode == -1) { in radeon_device_init()
H A Dradeon.h94 extern int radeon_agpmode;
H A Dr100.c3385 agpmode_ff.full = dfixed_const(radeon_agpmode); in r100_bandwidth_update()
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H A Dradeon_agp.c288 if (radeon_agpmode > 0) { in radeon_agp_init()
289 if ((radeon_agpmode < (is_v3 ? 4 : 1)) || in radeon_agp_init()
290 (radeon_agpmode > (is_v3 ? 8 : 4)) || in radeon_agp_init()
291 (radeon_agpmode & (radeon_agpmode - 1))) { in radeon_agp_init()
293 radeon_agpmode, is_v3 ? "4, 8" : "1, 2, 4", in radeon_agp_init()
295 radeon_agpmode = default_mode; in radeon_agp_init()
297 DRM_INFO("AGP mode requested: %d\n", radeon_agpmode); in radeon_agp_init()
300 radeon_agpmode = default_mode; in radeon_agp_init()
305 switch (radeon_agpmode) { in radeon_agp_init()
[all...]
H A Dradeon_drv.c121 int radeon_agpmode = -1; variable
165 module_param_named(agpmode, radeon_agpmode, int, 0444);
H A Dradeon_device.c1140 switch (radeon_agpmode) { in radeon_check_arguments()
1150 "-1, 0, 1, 2, 4, 8)\n", radeon_agpmode); in radeon_check_arguments()
1151 radeon_agpmode = 0; in radeon_check_arguments()
1343 if (rdev->flags & RADEON_IS_AGP && radeon_agpmode == -1) { in radeon_device_init()
H A Dradeon.h95 extern int radeon_agpmode;
H A Dr100.c3382 agpmode_ff.full = dfixed_const(radeon_agpmode); in r100_bandwidth_update()

Completed in 32 milliseconds