linux_dsm_epyc7002/drivers/gpu/drm/radeon
Alex Deucher f0f480adcb drm/radeon/kms: pull in the latest upstream ObjectID.h changes
Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
2010-01-08 13:03:57 +10:00
..
reg_srcs
.gitignore
atom-bits.h
atom-names.h
atom-types.h
atom.c drm/radeon/kms: prevent parallel AtomBIOS calls 2009-12-23 11:14:03 +10:00
atom.h drm/radeon/kms: prevent parallel AtomBIOS calls 2009-12-23 11:14:03 +10:00
atombios_crtc.c drm/radeon/kms/avivo: add support for new pll selection algo 2009-12-10 15:09:05 +10:00
atombios_dp.c drm/radeon/kms: enable hpd support 2009-12-08 10:48:22 +10:00
atombios.h drm/radeon/kms: add definitions for v4 power tables 2009-12-23 11:14:05 +10:00
avivod.h
Kconfig
Makefile drm/radeon/kms: HDMI support for R600 KMS 2009-12-16 15:46:48 +10:00
mkregtable.c
ObjectID.h drm/radeon/kms: pull in the latest upstream ObjectID.h changes 2010-01-08 13:03:57 +10:00
r100_track.h drm/radeon/kms: allow rendering while no colorbuffer is set on r300 2009-12-23 11:14:04 +10:00
r100.c drm/radeon/kms: allow rendering while no colorbuffer is set on r300 2009-12-23 11:14:04 +10:00
r100d.h
r200.c drm/radeon/kms: fix r100->r500 CS checker for compressed textures. (v2) 2009-12-16 16:10:45 +10:00
r300_cmdbuf.c DRM: Rename clamp variable 2009-12-23 10:04:01 +10:00
r300_reg.h drm/radeon/kms: add 3DC compression support 2009-12-23 11:14:04 +10:00
r300.c drm/radeon/kms: add 3DC compression support 2009-12-23 11:14:04 +10:00
r300d.h
r420.c drm/radeon/kms: restore surface registers on resume. 2009-12-10 15:25:45 +10:00
r420d.h
r500_reg.h drm/radeon/kms: get HPD info for connectors 2009-12-08 10:46:28 +10:00
r520.c drm/radeon/kms: restore surface registers on resume. 2009-12-10 15:25:45 +10:00
r520d.h
r600_audio.c drm/radeon/kms: HDMI support for R600 KMS 2009-12-16 15:46:48 +10:00
r600_blit_kms.c drm/radeon/kms: Rework radeon object handling 2009-12-02 14:00:18 +10:00
r600_blit_shaders.c
r600_blit_shaders.h
r600_blit.c
r600_cp.c
r600_cs.c drivers/gpu: Use kzalloc for allocating only one thing 2009-12-23 10:04:02 +10:00
r600_hdmi.c drm/radeon/kms: HDMI support for R600 KMS 2009-12-16 15:46:48 +10:00
r600_reg.h drm/radeon/kms: HDMI support for R600 KMS 2009-12-16 15:46:48 +10:00
r600.c drm/radeon/kms: HDMI support for R600 KMS 2009-12-16 15:46:48 +10:00
r600d.h drm/radeon/kms: add regs and irq tracking bits for hpd 2009-12-08 10:46:34 +10:00
radeon_agp.c drm/radeon/kms: resume AGP by calling init. 2009-11-24 13:01:47 +10:00
radeon_asic.h drm/radeon/kms: enable memory clock reading on legacy (V2) 2009-12-23 11:14:04 +10:00
radeon_atombios.c drm/radeon/kms: add missing breaks in i2c and ss lookups 2010-01-06 11:31:56 +10:00
radeon_benchmark.c drm/radeon/kms: Rework radeon object handling 2009-12-02 14:00:18 +10:00
radeon_bios.c
radeon_clocks.c drm/radeon/kms: enable memory clock reading on legacy (V2) 2009-12-23 11:14:04 +10:00
radeon_combios.c drm/radeon/kms: add primary dac adj values table 2010-01-06 11:31:55 +10:00
radeon_connectors.c drm/radeon/radeon_connectors.c: add a NULL test before dereference 2010-01-07 13:48:25 +10:00
radeon_cp.c drm/radeon/kms: fix memory leak 2010-01-07 13:38:59 +10:00
radeon_cs.c drm/radeon/kms: Rework radeon object handling 2009-12-02 14:00:18 +10:00
radeon_cursor.c
radeon_device.c drm/radeon/radeon_device.c: move a dereference below a NULL test 2010-01-07 13:56:06 +10:00
radeon_display.c drm/radeon/kms: fallback to default connector table 2010-01-06 11:31:53 +10:00
radeon_drv.c drm: convert drm_ioctl to unlocked_ioctl 2009-12-18 11:22:31 +10:00
radeon_drv.h drm/radeon/kms: Add support for interrupts on r6xx/r7xx chips (v3) 2009-12-02 14:00:06 +10:00
radeon_encoders.c drm/radeon/kms: fix typo in atom connector type handling 2010-01-08 13:03:18 +10:00
radeon_family.h
radeon_fb.c drm/radeon/kms: Rework radeon object handling 2009-12-02 14:00:18 +10:00
radeon_fence.c drm/radeon/radeon_fence.c: move a dereference below the NULL test 2010-01-07 13:54:39 +10:00
radeon_fixed.h drm/radeon/kms/avivo: fix some bugs in the display bandwidth setup 2009-12-10 15:09:05 +10:00
radeon_gart.c drm/radeon/kms: Rework radeon object handling 2009-12-02 14:00:18 +10:00
radeon_gem.c drm/radeon/gem: don't leak a gem object if reserve fails on get tiling (v2) 2009-12-16 15:38:56 +10:00
radeon_i2c.c drm/radeon/kms: i2c reorg 2009-12-08 10:22:41 +10:00
radeon_ioc32.c drm: convert drm_ioctl to unlocked_ioctl 2009-12-18 11:22:31 +10:00
radeon_irq_kms.c drm/radeon/kms: enable hpd support 2009-12-08 10:48:22 +10:00
radeon_irq.c gpu/drm/radeon/radeon_irq.c: move a dereference below a NULL test 2010-01-07 13:56:32 +10:00
radeon_kms.c drm/radeon/kms: cleanup structure and module if initialization fails 2009-12-10 15:09:07 +10:00
radeon_legacy_crtc.c drm/radeon/kms: fix legacy rmx 2009-12-23 11:14:03 +10:00
radeon_legacy_encoders.c drm/radeon/kms: fix legacy rmx 2009-12-23 11:14:03 +10:00
radeon_legacy_tv.c
radeon_mem.c
radeon_mode.h drm/radeon/kms: fix typo in atom connector type handling 2010-01-08 13:03:18 +10:00
radeon_object.c drm/radeon/kms: Check if bo we got from ttm are radeon object or not 2009-12-16 15:38:55 +10:00
radeon_object.h drm/radeon/kms: Return to userspace on ERESTARTSYS 2009-12-16 15:39:24 +10:00
radeon_pm.c drm/radeon/kms: init pm on all chipsets 2009-12-16 15:56:15 +10:00
radeon_reg.h drm/radeon/kms: add regs and irq tracking bits for hpd 2009-12-08 10:46:34 +10:00
radeon_ring.c drm/radeon/kms: Rework radeon object handling 2009-12-02 14:00:18 +10:00
radeon_state.c
radeon_test.c drm/radeon: fix build on 64-bit with some compilers. 2009-12-23 10:04:02 +10:00
radeon_ttm.c drm/radeon/kms: Avoid crash when trying to cleanup uninitialized structure 2009-12-23 11:14:04 +10:00
radeon.h drm/radeon/kms: Avoid crash when trying to cleanup uninitialized structure 2009-12-23 11:14:04 +10:00
rs100d.h
rs400.c drm/radeon/kms: init pm on all chipsets 2009-12-16 15:56:15 +10:00
rs400d.h
rs600.c drm/radeon/kms: rs600: use correct mask for SW interrupt 2010-01-07 13:57:16 +10:00
rs600d.h drm/radeon/kms: add regs and irq tracking bits for hpd 2009-12-08 10:46:34 +10:00
rs690.c drm/radeon/kms: restore surface registers on resume. 2009-12-10 15:25:45 +10:00
rs690d.h
rv200d.h
rv250d.h
rv350d.h
rv515.c drm/radeon/kms: restore surface registers on resume. 2009-12-10 15:25:45 +10:00
rv515d.h
rv770.c drm/radeon/kms: make sure mc is initialized before mapping blit bo 2009-12-16 15:39:24 +10:00
rv770d.h