Skip to content

Commit 02ded13

Browse files
fltorobclark
authored andcommitted
drm/msm: fix minor version to indicate MSM_PARAM_SUSPENDS support
Increase the minor version to indicate that MSM_PARAM_SUSPENDS is supported. Fixes: 3ab1c5c ("drm/msm: Add param for userspace to query suspend count") Signed-off-by: Jonathan Marek <jonathan@marek.ca> Link: https://lore.kernel.org/r/20210423190420.25217-1-jonathan@marek.ca Signed-off-by: Rob Clark <robdclark@chromium.org>
1 parent 094c7f3 commit 02ded13

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/gpu/drm/msm/msm_drv.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
* - 1.7.0 - Add MSM_PARAM_SUSPENDS to access suspend count
4343
*/
4444
#define MSM_VERSION_MAJOR 1
45-
#define MSM_VERSION_MINOR 6
45+
#define MSM_VERSION_MINOR 7
4646
#define MSM_VERSION_PATCHLEVEL 0
4747

4848
static const struct drm_mode_config_funcs mode_config_funcs = {

0 commit comments

Comments
 (0)