drm/radeon
Alex Deucher c2b77a02d4 radeon: fall back to 1D tiling only with broken kernels
Certain cards report the the wrong bank setup which causes
surface init to fail in the ddx and leads to no accel.
If we hit an invalid tiling parameter, just set a default
value and disable 2D tiling.

Should fix:
https://bugs.freedesktop.org/show_bug.cgi?id=43448

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
2012-06-07 10:43:18 -04:00
..
Makefile.am radeon: add r600_pci_ids.h to header file 2012-02-06 15:22:14 -05:00
bof.c drm/radeon: add new cs command stream dumping facilities 2010-04-08 17:53:09 +02:00
bof.h drm/radeon: add new cs command stream dumping facilities 2010-04-08 17:53:09 +02:00
libdrm_radeon.pc.in Install headers to $(includedir)/libdrm 2010-03-17 12:45:46 -07:00
r600_pci_ids.h radeon: add new pci ids 2012-06-05 10:07:15 -04:00
radeon_bo.c radeon: indentation & trailing space cleanup 2010-01-14 11:24:16 +01:00
radeon_bo.h radeon: add square-tiling flag 2010-02-18 06:14:55 +01:00
radeon_bo_gem.c radeon: silence valgrind warnings by zeroing memory 2010-12-02 04:17:18 +01:00
radeon_bo_gem.h libdrm_radeon: Optimize cs_gem_reloc to do less looping. 2010-03-17 12:42:21 +02:00
radeon_bo_int.h radeon: indentation & trailing space cleanup 2010-01-14 11:24:16 +01:00
radeon_cs.c libdrm_radeon: Optimize cs_gem_reloc to do less looping. 2010-03-17 12:42:21 +02:00
radeon_cs.h radeon: use the const qualifier in radeon_cs_write_table 2010-04-26 20:09:34 +02:00
radeon_cs_gem.c radeon: silence valgrind warnings by zeroing memory 2010-12-02 04:17:18 +01:00
radeon_cs_gem.h radeon: indentation & trailing space cleanup 2010-01-14 11:24:16 +01:00
radeon_cs_int.h libdrm_radeon: Optimize cs_gem_reloc to do less looping. 2010-03-17 12:42:21 +02:00
radeon_cs_space.c radeon_cs_setup_bo: Fix accounting if caller specified write and read domains. 2012-02-08 10:50:55 +01:00
radeon_surface.c radeon: fall back to 1D tiling only with broken kernels 2012-06-07 10:43:18 -04:00
radeon_surface.h radeon: fix surface API for good before anyone start relying on it 2012-02-03 14:42:47 -05:00