Skip to content

Commit

Permalink
drm/fsl-dcu: increment version and date
Browse files Browse the repository at this point in the history
The driver supports now a second platform and received several
fixes, hence a version increment is justified.

Signed-off-by: Stefan Agner <stefan@agner.ch>
  • Loading branch information
Stefan Agner committed Apr 26, 2016
1 parent 9a15da1 commit 0449eef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/gpu/drm/fsl-dcu/fsl_dcu_drm_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -216,9 +216,9 @@ static struct drm_driver fsl_dcu_drm_driver = {
.fops = &fsl_dcu_drm_fops,
.name = "fsl-dcu-drm",
.desc = "Freescale DCU DRM",
.date = "20150213",
.date = "20160425",
.major = 1,
.minor = 0,
.minor = 1,
};

#ifdef CONFIG_PM_SLEEP
Expand Down

0 comments on commit 0449eef

Please sign in to comment.