/drivers/gpu/drm/radeon/ |
D | radeon_irq.c | 192 if ((dev_priv->flags & RADEON_FAMILY_MASK) >= CHIP_R600) in radeon_driver_irq_handler() 298 if ((dev_priv->flags & RADEON_FAMILY_MASK) >= CHIP_R600) in radeon_irq_emit() 325 if ((dev_priv->flags & RADEON_FAMILY_MASK) >= CHIP_R600) in radeon_irq_wait() 339 if ((dev_priv->flags & RADEON_FAMILY_MASK) >= CHIP_R600) in radeon_driver_irq_preinstall() 361 if ((dev_priv->flags & RADEON_FAMILY_MASK) >= CHIP_R600) in radeon_driver_irq_postinstall() 376 if ((dev_priv->flags & RADEON_FAMILY_MASK) >= CHIP_R600) in radeon_driver_irq_uninstall()
|
D | radeon_cp.c | 83 if ((dev_priv->flags & RADEON_FAMILY_MASK) >= CHIP_R600) in radeon_get_ring_head() 107 if ((dev_priv->flags & RADEON_FAMILY_MASK) >= CHIP_R600) in radeon_get_scratch() 114 if ((dev_priv->flags & RADEON_FAMILY_MASK) >= CHIP_R600) in radeon_get_scratch() 173 else if ((dev_priv->flags & RADEON_FAMILY_MASK) >= CHIP_R600) in radeon_read_fb_location() 192 else if ((dev_priv->flags & RADEON_FAMILY_MASK) >= CHIP_R600) in radeon_write_fb_location() 213 } else if ((dev_priv->flags & RADEON_FAMILY_MASK) >= CHIP_R600) { in radeon_write_agp_location() 238 else if ((dev_priv->flags & RADEON_FAMILY_MASK) >= CHIP_R600) in radeon_write_agp_base() 1669 if ((dev_priv->flags & RADEON_FAMILY_MASK) >= CHIP_R600) in radeon_cp_init() 1695 if ((dev_priv->flags & RADEON_FAMILY_MASK) >= CHIP_R600) in radeon_cp_start() 1729 if ((dev_priv->flags & RADEON_FAMILY_MASK) >= CHIP_R600) in radeon_cp_stop() [all …]
|
D | radeon_kms.c | 290 else if (rdev->family >= CHIP_R600) in radeon_info_ioctl() 347 else if (rdev->family >= CHIP_R600) in radeon_info_ioctl() 364 else if (rdev->family >= CHIP_R600) in radeon_info_ioctl() 384 else if (rdev->family >= CHIP_R600) in radeon_info_ioctl() 413 else if (rdev->family >= CHIP_R600) in radeon_info_ioctl() 420 if (rdev->family < CHIP_R600) { in radeon_info_ioctl() 548 else if (rdev->family >= CHIP_R600) in radeon_info_ioctl()
|
D | radeon_family.h | 66 CHIP_R600, enumerator
|
D | r600_cp.c | 328 case CHIP_R600: chip_name = "R600"; break; in r600_cp_init_microcode() 755 case CHIP_R600: in r600_gfx_init() 930 if (((dev_priv->flags & RADEON_FAMILY_MASK) > CHIP_R600)) in r600_gfx_init() 934 if (((dev_priv->flags & RADEON_FAMILY_MASK) == CHIP_R600) || in r600_gfx_init() 963 } else if (((dev_priv->flags & RADEON_FAMILY_MASK) == CHIP_R600) || in r600_gfx_init() 985 if ((dev_priv->flags & RADEON_FAMILY_MASK) == CHIP_R600) { in r600_gfx_init() 1096 case CHIP_R600: in r600_gfx_init() 1157 case CHIP_R600: in r600_gfx_init() 2626 if (family < CHIP_R600) { in r600_cs_legacy_ioctl()
|
D | radeon_encoders.c | 50 if (rdev->family >= CHIP_R600) in radeon_encoder_clones() 185 else if (rdev->family < CHIP_R600) in radeon_encoder_add_backlight()
|
D | r600_cs.c | 86 #define FMT_8_BIT(fmt, vc) [fmt] = { 1, 1, 1, vc, CHIP_R600 } 87 #define FMT_16_BIT(fmt, vc) [fmt] = { 1, 1, 2, vc, CHIP_R600 } 88 #define FMT_24_BIT(fmt) [fmt] = { 1, 1, 4, 0, CHIP_R600 } 89 #define FMT_32_BIT(fmt, vc) [fmt] = { 1, 1, 4, vc, CHIP_R600 } 90 #define FMT_48_BIT(fmt) [fmt] = { 1, 1, 8, 0, CHIP_R600 } 91 #define FMT_64_BIT(fmt, vc) [fmt] = { 1, 1, 8, vc, CHIP_R600 } 92 #define FMT_96_BIT(fmt) [fmt] = { 1, 1, 12, 0, CHIP_R600 } 93 #define FMT_128_BIT(fmt, vc) [fmt] = { 1, 1, 16,vc, CHIP_R600 } 2123 if (p->family >= CHIP_RV770 || p->family == CHIP_R600) { in r600_packet3_check()
|
D | radeon_drv.c | 300 if ((dev_priv->flags & RADEON_FAMILY_MASK) >= CHIP_R600) in radeon_suspend() 314 if ((dev_priv->flags & RADEON_FAMILY_MASK) >= CHIP_R600) in radeon_resume()
|
D | radeon_device.c | 219 if (rdev->family < CHIP_R600) { in radeon_surface_init() 517 if (rdev->family >= CHIP_R600) { in radeon_wb_init() 675 (rdev->family < CHIP_R600)) in radeon_card_posted() 711 if (rdev->family >= CHIP_R600) in radeon_card_posted()
|
D | r600.c | 364 if ((rdev->flags & RADEON_IS_IGP) || (rdev->family == CHIP_R600)) { in r600_pm_get_dynpm_state() 646 if (rdev->family == CHIP_R600) { in r600_pm_init_profile() 1994 case CHIP_R600: in r600_gpu_init() 2149 if ((rdev->family > CHIP_R600)) in r600_gpu_init() 2153 if (((rdev->family) == CHIP_R600) || in r600_gpu_init() 2181 } else if (((rdev->family) == CHIP_R600) || in r600_gpu_init() 2203 if ((rdev->family) == CHIP_R600) { in r600_gpu_init() 2356 case CHIP_R600: in r600_gpu_init() 2432 case CHIP_R600: in r600_init_microcode() 3761 if ((rdev->family > CHIP_R600) && (rdev->family < CHIP_RV770)) { in r600_irq_set() [all …]
|
D | radeon_atombios.c | 4068 if (rdev->family >= CHIP_R600) { in radeon_atom_initialize_bios_scratch_regs() 4086 if (rdev->family >= CHIP_R600) { in radeon_atom_initialize_bios_scratch_regs() 4101 if (rdev->family >= CHIP_R600) in radeon_save_bios_scratch_regs() 4115 if (rdev->family >= CHIP_R600) in radeon_restore_bios_scratch_regs() 4130 if (rdev->family >= CHIP_R600) in radeon_atom_output_lock() 4143 if (rdev->family >= CHIP_R600) in radeon_atom_output_lock() 4162 if (rdev->family >= CHIP_R600) { in radeon_atombios_connected_scratch_regs() 4325 if (rdev->family >= CHIP_R600) { in radeon_atombios_connected_scratch_regs() 4347 if (rdev->family >= CHIP_R600) in radeon_atombios_encoder_crtc_scratch_regs() 4385 if (rdev->family >= CHIP_R600) in radeon_atombios_encoder_crtc_scratch_regs() [all …]
|
D | r600_blit.c | 92 if (((dev_priv->flags & RADEON_FAMILY_MASK) > CHIP_R600) && in set_render_target() 358 case CHIP_R600: in set_default_state()
|
D | radeon_state.c | 1588 if ((dev_priv->flags & RADEON_FAMILY_MASK) >= CHIP_R600) { in radeon_cp_discard_buffer() 2245 if ((dev_priv->flags & RADEON_FAMILY_MASK) >= CHIP_R600) in radeon_cp_swap() 2447 if ((dev_priv->flags & RADEON_FAMILY_MASK) >= CHIP_R600) in radeon_cp_texture() 2521 if ((dev_priv->flags & RADEON_FAMILY_MASK) >= CHIP_R600) in radeon_cp_indirect() 3054 if ((dev_priv->flags & RADEON_FAMILY_MASK) >= CHIP_R600) in radeon_cp_getparam() 3089 if ((dev_priv->flags & RADEON_FAMILY_MASK) >= CHIP_R600) in radeon_cp_getparam()
|
D | atombios_encoders.c | 43 if (rdev->family >= CHIP_R600) in radeon_atom_get_backlight_level_from_reg() 60 if (rdev->family >= CHIP_R600) in radeon_atom_set_backlight_level_to_reg() 69 if (rdev->family >= CHIP_R600) in radeon_atom_set_backlight_level_to_reg() 1548 if (rdev->family >= CHIP_R600) in atombios_yuv_setup() 2396 if (rdev->family >= CHIP_R600) in radeon_atom_dac_detect() 2498 if (rdev->family >= CHIP_R600) in radeon_atom_encoder_prepare()
|
D | radeon_fb.c | 124 if (rdev->family >= CHIP_R600) in radeonfb_create_pinned_object()
|
D | radeon_i2c.c | 292 case CHIP_R600: in radeon_get_i2c_prescale() 859 case CHIP_R600: in radeon_hw_i2c_xfer()
|
D | radeon_bios.c | 588 else if (rdev->family >= CHIP_R600) in radeon_read_disabled_bios()
|
D | radeon_asic.c | 132 } else if (rdev->family >= CHIP_R600) { in radeon_register_accessor_init() 156 if (rdev->family >= CHIP_R600) { in radeon_agp_disable() 2385 case CHIP_R600: in radeon_asic_init()
|
D | rv515.c | 342 if (rdev->family >= CHIP_R600) { in rv515_mc_stop() 433 if (rdev->family >= CHIP_R600) { in rv515_mc_resume()
|
D | radeon_gem.c | 302 if (rdev->family < CHIP_R600) in radeon_gem_userptr_ioctl()
|
D | radeon_cs.c | 734 if (rdev->family < CHIP_R600) { in radeon_cs_packet_parse()
|
D | atombios_crtc.c | 1565 if (rdev->family >= CHIP_R600) { in avivo_crtc_do_set_base() 1597 if (rdev->family >= CHIP_R600) in avivo_crtc_do_set_base()
|
D | atom.c | 1349 if (rdev->family < CHIP_R600) { in atom_asic_init()
|
D | radeon_drv.h | 2014 if ((dev_priv->flags & RADEON_FAMILY_MASK) >= CHIP_R600) \
|
D | radeon_display.c | 1613 if (rdev->family >= CHIP_R600) { in radeon_afmt_init()
|