1. b0f155a drm/exynos: dp: Lower level of EDID read success message by Krzysztof Kozlowski · 9 years ago
  2. be083a0 drm/exynos: cleanup exynos_drm_plane by Tobias Jakobi · 10 years ago
  3. 5b1d5bc drm/exynos: 'win' is always unsigned by Tobias Jakobi · 9 years ago
  4. c0734fb drm/exynos: mixer: don't dump registers under spinlock by Tobias Jakobi · 9 years ago
  5. 362edcc drm/exynos: Consolidate return statements in fimd_bind() by Krzysztof Kozlowski · 9 years ago
  6. f3aaf76 drm/exynos: Constify exynos_drm_crtc_ops by Krzysztof Kozlowski · 9 years ago
  7. 48107d7 drm/exynos: Fix build breakage on !DRM_EXYNOS_FIMD by Krzysztof Kozlowski · 9 years ago
  8. d6b1630 drm/exynos: mixer: Constify platform_device_id by Krzysztof Kozlowski · 9 years ago
  9. 7a57ca7 drm/exynos: mixer: cleanup pixelformat handling by Tobias Jakobi · 10 years ago
  10. 8f2590f drm/exynos: mixer: also allow NV21 for the video processor by Tobias Jakobi · 10 years ago
  11. fac8a5b drm/exynos: mixer: remove buffer count handling in vp_video_buffer() by Tobias Jakobi · 10 years ago
  12. 5d878bd drm/exynos: plane: honor buffer offset for dma_addr by Tobias Jakobi · 10 years ago
  13. d10ebb9 drm/exynos: fb: use drm_format_num_planes to get buffer count by Tobias Jakobi · 10 years ago
  14. d8fbe34 dma-buf: cleanup dma_buf_export() to make it easily extensible by Sumit Semwal · 10 years ago
  15. 4a11248 Merge tag 'topic/drm-misc-2015-04-15' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 10 years ago
  16. 68a2913 drm/exynos: Fix FIMD buffer size calculation by Daniel Stone · 10 years ago
  17. 1c363c7 drm/exynos: Enable DP clock to fix display on Exynos5250 and other by Krzysztof Kozlowski · 10 years ago
  18. d122284 drm/exynos: fimd: check whether exynos_drm_crtc_create succeed or not by Hyungwon Hwang · 10 years ago
  19. 643c302 drm/exynos: dsi: remove the empty mode_valid callback by Hyungwon Hwang · 10 years ago
  20. 3cabaf7 drm/exynos: add ratio calculation by Joonyoung Shim · 10 years ago
  21. cb8a3db drm/exynos: use src_x and src_y instead of fb_x and fb_y by Joonyoung Shim · 10 years ago
  22. 2611015 drm/exynos: mixer: add 2x scaling to mixer_graph_buffer by Tobias Jakobi · 10 years ago
  23. 7ded858 drm/exynos: remove superfluous error messages by Tobias Jakobi · 10 years ago
  24. 1e6d459 drm/exynos: fix typos in hdmi and mixer by Tobias Jakobi · 10 years ago
  25. e44bf6b drm/exynos/ipp: Validate buffer enqueue requests by Beata Michalska · 10 years ago
  26. e752747 drm/exynos: track vblank events on a per crtc basis by Mandeep Singh Baines · 10 years ago
  27. 5d09a67 drm/exynos: remove leftover functions declarations by Gustavo Padovan · 10 years ago
  28. 97464d7 drm/exynos: remove exynos_plane_destroy() by Gustavo Padovan · 10 years ago
  29. 9210488 drm/exynos: make zpos property immutable by Gustavo Padovan · 10 years ago
  30. 6e2a3b6 drm/exynos: preset zpos value for overlay planes by Gustavo Padovan · 10 years ago
  31. 7ee14cd drm/exynos: remove struct *_win_data abstraction on planes by Gustavo Padovan · 10 years ago
  32. 1be4b7e drm/exynos: remove unused exynos_crtc->win_enable() callback by Gustavo Padovan · 10 years ago
  33. 453b44a drm/exynos: fimd: fix alpha setting for XR24 pixel format by Gustavo Padovan · 10 years ago
  34. 1d8ac08 Merge tag 'v4.0-rc7' into drm-next by Dave Airlie · 10 years ago
  35. b0f8778 drm/exynos: constify all struct drm_*_helper funcs pointers by Jani Nikula · 10 years ago
  36. adacb22 drm: Exynos: Respect framebuffer pitch for FIMD/Mixer by Daniel Stone · 10 years ago
  37. 9e87e48 Merge tag 'drm-intel-next-2015-03-27-merge' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 10 years ago
  38. cdbfca8 drm/exynos: fix the initialization order in FIMD by Hyungwon Hwang · 10 years ago
  39. 3da6acf drm/exynos: fix typo config name correctly. by Inki Dae · 10 years ago
  40. 995fdfb drm/exynos: Check for NULL dereference of crtc by Charles Keepax · 10 years ago
  41. aed45ab drm/exynos: IS_ERR() vs NULL bug by Dan Carpenter · 10 years ago
  42. 5fcc3c8 drm/exynos: remove unused files by Andrzej Hajda · 10 years ago
  43. ecbf1d5 drm/exynos: use correct fb width/height by Rob Clark · 10 years ago
  44. ab07881 Merge branch 'exynos-drm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos into drm-next by Dave Airlie · 10 years ago
  45. 96976c3 drm/exynos: Add DECON driver by Ajay Kumar · 10 years ago
  46. ae6d57d Merge tag 'topic/drm-misc-2015-02-06' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 10 years ago
  47. 936ce5c drm/exynos: fix NULL pointer reference by Joonyoung Shim · 10 years ago
  48. d9ea625 drm/exynos: remove exynos_plane_dpms by Joonyoung Shim · 10 years ago
  49. f27829a drm/exynos: remove mode property of exynos crtc by Joonyoung Shim · 10 years ago
  50. 30b39f0 drm/exynos: Remove exynos_plane_dpms() call with no effect by Gustavo Padovan · 10 years ago
  51. a5d7ac30 drm/exynos: fix DMA_ATTR_NO_KERNEL_MAPPING usage by Carlo Caione · 10 years ago
  52. 129046c drm/exynos: hdmi: replace fb size with mode size from win commit by Seung-Woo Kim · 10 years ago
  53. e2dc3f7 drm/exynos: fix no hdmi output by Alban Browaeys · 10 years ago
  54. 92dc7a0 drm/exynos: use driver internal struct by Joonyoung Shim · 10 years ago
  55. 0f04cf8 drm/exynos: fix wrong pipe calculation for crtc by Joonyoung Shim · 10 years ago
  56. 9865df4 drm/exynos: remove to use unnecessary MODULE_xxx macro by Joonyoung Shim · 10 years ago
  57. b74ea6a drm/exynos: remove DRM_EXYNOS_DMABUF config by Joonyoung Shim · 10 years ago
  58. 8dcc14f drm/exynos: IOMMU support should not be selectable by user by Marek Szyprowski · 10 years ago
  59. 04427ec drm/exynos: add support for 'hdmi' clock by Marek Szyprowski · 10 years ago
  60. 083500b drm: remove DRM_FORMAT_NV12MT by Daniel Vetter · 10 years ago
  61. 8018556 drm/exynos: dp: support drm_bridge by Ajay Kumar · 10 years ago
  62. 6a1688a drm/bridge: ptn3460: Convert to I2C driver model by Ajay Kumar · 10 years ago
  63. 923e057 Merge branch 'exynos-drm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos into drm-next by Dave Airlie · 10 years ago
  64. e451400 Merge tag 'topic/core-stuff-2015-01-23' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 10 years ago
  65. efa75bc drm/exynos: fimd: check error status for drm_iommu_attach_device by Ajay Kumar · 10 years ago
  66. adf5691 drm/exynos: create exynos_check_plane() by Gustavo Padovan · 10 years ago
  67. dc81252 drm/exynos: remove mode_set() ops from exynos_crtc by Gustavo Padovan · 10 years ago
  68. a8dc5ed drm/exynos: don't duplicate drm_display_mode in fimd context by Gustavo Padovan · 10 years ago
  69. 93bca24 drm/exynos: remove struct exynos_drm_manager by Gustavo Padovan · 10 years ago
  70. eb88e42 drm/exynos: remove drm_dev from struct exynos_drm_manager by Gustavo Padovan · 10 years ago
  71. 5d1741a drm/exynos: move 'type' from manager to crtc struct by Gustavo Padovan · 10 years ago
  72. 8a326ed drm/exynos: remove pipe member of struct exynos_drm_manager by Gustavo Padovan · 10 years ago
  73. e09f2b0 drm/exynos: add pipe param to exynos_drm_crtc_create() by Gustavo Padovan · 10 years ago
  74. 357193c drm/exynos: rename base object of struct exynos_drm_crtc to 'base' by Gustavo Padovan · 10 years ago
  75. fd092d7 drm/exynos: remove exynos_drm_crtc_mode_set_commit() by Gustavo Padovan · 10 years ago
  76. 8b9c450 drm/exynos: call exynos_update_plane() directly on page flips by Gustavo Padovan · 10 years ago
  77. 0e0a649 drm/exynos: unify plane update on exynos_update_plane() by Gustavo Padovan · 10 years ago
  78. 9d5310c drm/exynos: remove exynos_plane_commit() wrapper by Gustavo Padovan · 10 years ago
  79. ea8802d drm/exynos: don't do any DPMS operation while updating planes by Gustavo Padovan · 10 years ago
  80. e7cd811 drm/exynos: Don't touch DPMS when updating overlay planes by Gustavo Padovan · 10 years ago
  81. d6d0085 drm/exynos/vidi: remove useless ops->commit() by Gustavo Padovan · 10 years ago
  82. fe42cfb drm/exynos/fimd: don't initialize 'ret' variable in fimd_probe() by Gustavo Padovan · 10 years ago
  83. 8837dee drm/exynos: remove struct exynos_drm_overlay by Gustavo Padovan · 10 years ago
  84. 1e3b423 drm/exynos: remove exynos_drm_crtc_plane_* wrappers by Gustavo Padovan · 10 years ago
  85. 2bf053e drm/exynos: expose struct exynos_drm_crtc by Gustavo Padovan · 10 years ago
  86. ffceaed drm/exynos: move to_exynos_crtc() macro to main header by Gustavo Padovan · 10 years ago
  87. 7119ad5 drm: Drop superfluous "select VT_HW_CONSOLE_BINDING" by Geert Uytterhoeven · 10 years ago
  88. 7c4c558 drm/exynos: fix warning of vblank reference count by Joonyoung Shim · 10 years ago
  89. bd50866 drm/exynos: remove unnecessary runtime pm operations by Joonyoung Shim · 10 years ago
  90. 265134a drm/exynos: fix reset codes for memory mapped hdmi phy by Joonyoung Shim · 10 years ago
  91. d40f74f drm/exynos: remove the redundant machine checking code by Hyungwon Hwang · 10 years ago
  92. 988adfd Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 10 years ago
  93. e6b5be2 Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
  94. 06453ed drm / exynos / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM by Rafael J. Wysocki · 10 years ago
  95. e8115e7 Merge tag 'v3.18-rc7' into drm-next by Dave Airlie · 10 years ago
  96. 5baf5d4 drm/exynos: avoid leak if exynos_dpi_probe() fails by Gustavo Padovan · 10 years ago
  97. 1c9ff4a drm/exynos: Fix exynos_dpi_remove() parameter by Gustavo Padovan · 10 years ago
  98. 1d50aa9 drm/exynos: vidi: add component support by Inki Dae · 10 years ago
  99. 33e2192 drm/exynos: fix exynos_drm_component_del by Inki Dae · 10 years ago
  100. be19d93 drm/exynos/ipp: fix error return code by Julia Lawall · 10 years ago