Skip to content

Commit 915821a

Browse files
committed
drm/amdgpu: bump driver version
For 16bpc display support. Reviewed-by: Mario Kleiner <[email protected]> Signed-off-by: Alex Deucher <[email protected]> Cc: Mario Kleiner <[email protected]>
1 parent 3b42ca8 commit 915821a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,10 @@
9595
* - 3.39.0 - DMABUF implicit sync does a full pipeline sync
9696
* - 3.40.0 - Add AMDGPU_IDS_FLAGS_TMZ
9797
* - 3.41.0 - Add video codec query
98+
* - 3.42.0 - Add 16bpc fixed point display support
9899
*/
99100
#define KMS_DRIVER_MAJOR 3
100-
#define KMS_DRIVER_MINOR 41
101+
#define KMS_DRIVER_MINOR 42
101102
#define KMS_DRIVER_PATCHLEVEL 0
102103

103104
int amdgpu_vram_limit;

0 commit comments

Comments
 (0)