Home
last modified time | relevance | path

Searched refs:radeon_r4xx_atom (Results 1 – 5 of 5) sorted by relevance

/dragonfly/sys/dev/drm/radeon/
H A Dradeon_drv.c168 int radeon_r4xx_atom = 0; variable
213 TUNABLE_INT("drm.radeon.r4xx_atom", &radeon_r4xx_atom);
215 module_param_named(r4xx_atom, radeon_r4xx_atom, int, 0444);
H A Dradeon_display.c706 if (rdev->is_atom_bios && (ASIC_IS_AVIVO(rdev) || radeon_r4xx_atom)) in radeon_crtc_init()
H A Dradeon_connectors.c677 if (ASIC_IS_AVIVO(rdev) || radeon_r4xx_atom) { in radeon_connector_set_property()
H A Dradeon.h92 extern int radeon_r4xx_atom;
H A Dradeon_atombios.c1013 if (ASIC_IS_AVIVO(rdev) || radeon_r4xx_atom) in radeon_get_atom_connector_info_from_supported_devices_table()