Skip to content

Commit dc5c742

Browse files
Patrick Lerdaalexdeucher
authored andcommitted
drm/radeon: bump version to 2.51.0
The version 2.51.0 adds OpenGL 4.6 compatibility to evergreen and cayman. Signed-off-by: Patrick Lerda <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent a6d6a86 commit dc5c742

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

drivers/gpu/drm/radeon/radeon_drv.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,10 @@
110110
* 2.48.0 - TA_CS_BC_BASE_ADDR allowed on SI
111111
* 2.49.0 - DRM_RADEON_GEM_INFO ioctl returns correct vram_size/visible values
112112
* 2.50.0 - Allows unaligned shader loads on CIK. (needed by OpenGL)
113+
* 2.51.0 - Add evergreen/cayman OpenGL 4.6 compatibility
113114
*/
114115
#define KMS_DRIVER_MAJOR 2
115-
#define KMS_DRIVER_MINOR 50
116+
#define KMS_DRIVER_MINOR 51
116117
#define KMS_DRIVER_PATCHLEVEL 0
117118

118119
int radeon_no_wb;

0 commit comments

Comments
 (0)