summaryrefslogtreecommitdiff
path: root/graphics/drm-kmod/files/patch-radeonstate
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/drm-kmod/files/patch-radeonstate')
-rw-r--r--graphics/drm-kmod/files/patch-radeonstate11
1 files changed, 0 insertions, 11 deletions
diff --git a/graphics/drm-kmod/files/patch-radeonstate b/graphics/drm-kmod/files/patch-radeonstate
deleted file mode 100644
index 1e2bcbe6bb35..000000000000
--- a/graphics/drm-kmod/files/patch-radeonstate
+++ /dev/null
@@ -1,11 +0,0 @@
---- radeon/radeon_state.c.orig Sat Mar 16 19:55:08 2002
-+++ radeon/radeon_state.c Sat Mar 16 19:55:26 2002
-@@ -1060,7 +1060,7 @@
- DRM_ERROR( "EFAULT on tex->image\n" );
- DRM_OS_RETURN( EFAULT );
- }
-- } else if ( size < 4 ) {
-+ } else if ( size < 4 && size > 0 ) {
- size = 4;
- }
-