linux/drivers/gpu/drm/radeon
Christian König abfaa44bde drm/radeon: remove cayman_gpu_is_lockup
Since it is now identical to evergreen_gpu_is_lockup.

Signed-off-by: Christian König <deathsimple@vodafone.de>
Reviewed-by: Jerome Glisse <jglisse@redhat.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
2012-05-03 09:16:42 +01:00
..
reg_srcs
.gitignore
atom-bits.h
atom-names.h
atom-types.h
atom.c drm/radeon/kms: fix fans after resume 2012-04-02 11:07:42 +01:00
atom.h drm/radeon/kms: fix fans after resume 2012-04-02 11:07:42 +01:00
atombios.h
atombios_crtc.c drm/radeon/kms: improve bpc handling (v2) 2012-04-24 09:50:12 +01:00
atombios_dp.c drm/radeon/kms: improve bpc handling (v2) 2012-04-24 09:50:12 +01:00
atombios_encoders.c Merge tag 'drm-intel-next-2012-04-23' of git://people.freedesktop.org/~danvet/drm-intel into drm-core-next 2012-05-02 09:22:29 +01:00
atombios_i2c.c
avivod.h
cayman_blit_shaders.c
cayman_blit_shaders.h
evergreen.c drm/radeon: make forcing ring activity a common function 2012-05-03 09:16:38 +01:00
evergreen_blit_kms.c
evergreen_blit_shaders.c
evergreen_blit_shaders.h
evergreen_cs.c
evergreen_reg.h drm/radeon/kms: get rid of hdmi_config_offset 2012-05-01 10:57:52 +01:00
evergreend.h drm/radeon/kms: add register definitions for audio 2012-04-24 09:50:13 +01:00
Kconfig
Makefile
mkregtable.c
ni.c drm/radeon: remove cayman_gpu_is_lockup 2012-05-03 09:16:42 +01:00
ni_reg.h
nid.h
ObjectID.h
r100.c drm/radeon: make forcing ring activity a common function 2012-05-03 09:16:38 +01:00
r100_track.h
r100d.h
r200.c
r300.c drm/radeon: remove r300_gpu_is_lockup 2012-05-03 09:16:40 +01:00
r300_cmdbuf.c
r300_reg.h
r300d.h
r420.c drm/radeon: use central function for IB testing 2012-05-03 09:16:10 +01:00
r420d.h
r500_reg.h
r520.c drm/radeon: use central function for IB testing 2012-05-03 09:16:10 +01:00
r520d.h
r600.c drm/radeon: make forcing ring activity a common function 2012-05-03 09:16:38 +01:00
r600_audio.c drm/radeon/kms: move audio params to separated struct 2012-05-01 10:57:36 +01:00
r600_blit.c
r600_blit_kms.c
r600_blit_shaders.c
r600_blit_shaders.h
r600_cp.c drm/radeon: replace udelay with mdelay for long timeouts 2012-04-10 10:21:00 +01:00
r600_cs.c
r600_hdmi.c drm/radeon/kms/hdmi: use relative offsets, official regs 2012-05-01 10:58:14 +01:00
r600_reg.h drm/radeon/kms/hdmi: use relative offsets, official regs 2012-05-01 10:58:14 +01:00
r600d.h drm/radeon/kms/hdmi: use relative offsets, official regs 2012-05-01 10:58:14 +01:00
radeon.h drm/radeon: make forcing ring activity a common function 2012-05-03 09:16:38 +01:00
radeon_acpi.c
radeon_agp.c
radeon_asic.c drm/radeon: remove cayman_gpu_is_lockup 2012-05-03 09:16:42 +01:00
radeon_asic.h drm/radeon: remove cayman_gpu_is_lockup 2012-05-03 09:16:42 +01:00
radeon_atombios.c
radeon_atpx_handler.c
radeon_benchmark.c
radeon_bios.c
radeon_blit_common.h
radeon_clocks.c drm/radeon: replace udelay with mdelay for long timeouts 2012-04-10 10:21:00 +01:00
radeon_combios.c drm/radeon: replace udelay with mdelay for long timeouts 2012-04-10 10:21:00 +01:00
radeon_connectors.c drm/radeon/kms: improve bpc handling (v2) 2012-04-24 09:50:12 +01:00
radeon_cp.c
radeon_cs.c drm/radeon: rework recursive gpu reset handling 2012-05-03 09:16:31 +01:00
radeon_cursor.c
radeon_device.c drm/radeon: rework recursive gpu reset handling 2012-05-03 09:16:31 +01:00
radeon_display.c
radeon_drv.c drm/radeon: make lockup timeout a module param 2012-05-03 09:16:35 +01:00
radeon_drv.h
radeon_encoders.c
radeon_family.h
radeon_fb.c
radeon_fence.c drm/radeon: rework recursive gpu reset handling 2012-05-03 09:16:31 +01:00
radeon_gart.c
radeon_gem.c drm/radeon: rework recursive gpu reset handling 2012-05-03 09:16:31 +01:00
radeon_i2c.c drm/radeon: only add the mm i2c bus if the hw_i2c module param is set 2012-04-11 09:36:53 +01:00
radeon_ioc32.c
radeon_irq.c
radeon_irq_kms.c drm/radeon/kms: fix up audio interrupt handling 2012-04-24 09:50:14 +01:00
radeon_kms.c drm/radeon: enable pci bus mastering after card is initialised (v2) 2012-04-12 09:27:47 +01:00
radeon_legacy_crtc.c
radeon_legacy_encoders.c drm/radeon: replace udelay with mdelay for long timeouts 2012-04-10 10:21:00 +01:00
radeon_legacy_tv.c
radeon_mem.c
radeon_mode.h drm/radeon/kms: keep HDMI state in separated variable 2012-05-01 10:58:08 +01:00
radeon_object.c drm/radeon: Don't dereference possibly-NULL pointer. 2012-04-02 11:09:50 +01:00
radeon_object.h
radeon_pm.c
radeon_reg.h
radeon_ring.c drm/radeon: make forcing ring activity a common function 2012-05-03 09:16:38 +01:00
radeon_sa.c drm/radeon: fix a bug in the SA code 2012-05-03 09:16:15 +01:00
radeon_semaphore.c drm/radeon: fix a bug with the ring syncing code 2012-05-03 09:16:27 +01:00
radeon_state.c
radeon_test.c
radeon_trace.h
radeon_trace_points.c
radeon_ttm.c drm/radeon: fix a bug with the ring syncing code 2012-05-03 09:16:27 +01:00
rs100d.h
rs400.c drm/radeon: use central function for IB testing 2012-05-03 09:16:10 +01:00
rs400d.h
rs600.c drm/radeon: use central function for IB testing 2012-05-03 09:16:10 +01:00
rs600d.h drm/radeon/kms: add register definitions for audio 2012-04-24 09:50:13 +01:00
rs690.c drm/radeon: use central function for IB testing 2012-05-03 09:16:10 +01:00
rs690d.h
rv200d.h
rv250d.h
rv350d.h
rv515.c drm/radeon: use central function for IB testing 2012-05-03 09:16:10 +01:00
rv515d.h
rv770.c drm/radeon: use central function for IB testing 2012-05-03 09:16:10 +01:00
rv770d.h drm/radeon/kms: add register definitions for audio 2012-04-24 09:50:13 +01:00
si.c drm/radeon: make forcing ring activity a common function 2012-05-03 09:16:38 +01:00
si_blit_shaders.c
si_blit_shaders.h
si_reg.h
sid.h