[GIT PULL] exynos-drm-fixes
Inki Dae
inki.dae at samsung.com
Tue Feb 20 04:25:16 UTC 2018
Hi Dave,
Just several fixups - timestamp issue, register definition and
setting value, and cleanups - removing unnecessary messages and file.
Please kindly let me know if there is any problem.
Thanks,
Inki Dae
The following changes since commit bfad2d08e540b18cfd92694fbb388e7d202df31f:
Merge branch 'linux-4.16' of git://github.com/skeggsb/linux into drm-fixes (2018-02-16 14:26:01 +1000)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos tags/exynos-drm-fixes-for-v4.16-rc3
for you to fetch changes up to c84b66f8aa3f879dbf41353f677d87875f5fc6c9:
drm: exynos: Use proper macro definition for HDMI_I2S_PIN_SEL_1 (2018-02-20 10:51:36 +0900)
----------------------------------------------------------------
- three fixeups
. it fixes potential issues[1] by using monotonic timestamp
instead of 'struct timeval'
. correct HDMI_I2S_PIN_SEL_1 definition and setting value.
. fix bit shift typo of FIMC register definition
- two cleanups
. remove unnecessary error messages
. remove exynos_drm_rotator.h file
[1] https://patchwork.kernel.org/patch/10170205/
----------------------------------------------------------------
Arnd Bergmann (1):
drm/exynos: g2d: use monotonic timestamps
Corentin Labbe (1):
drm/exynos: remove exynos_drm_rotator.h
Markus Elfring (1):
drm/exynos: g2d: Delete an error message for a failed memory allocation in two functions
Sylwester Nawrocki (1):
drm: exynos: Use proper macro definition for HDMI_I2S_PIN_SEL_1
Wolfram Sang (1):
drm/exynos: fix comparison to bitshift when dealing with a mask
drivers/gpu/drm/exynos/exynos_drm_g2d.c | 12 +++++-------
drivers/gpu/drm/exynos/exynos_drm_rotator.h | 19 -------------------
drivers/gpu/drm/exynos/exynos_hdmi.c | 7 +++++--
drivers/gpu/drm/exynos/regs-fimc.h | 2 +-
drivers/gpu/drm/exynos/regs-hdmi.h | 2 +-
5 files changed, 12 insertions(+), 30 deletions(-)
delete mode 100644 drivers/gpu/drm/exynos/exynos_drm_rotator.h
More information about the dri-devel
mailing list