1. 81a464d drm/exynos/mixer: fix interrupt clearing by Andrzej Hajda · 9 years ago
  2. fc2e013 drm/exynos: add drm_iommu_attach_device_if_possible() by Hyungwon Hwang · 9 years ago
  3. c329f66 drm/exynos: remove chained calls to enable by Joonyoung Shim · 9 years ago
  4. ba4b77c drm/exynos: remove to call mixer_wait_for_vblank by Joonyoung Shim · 9 years ago
  5. 8665040 drm/exynos: fix broken component binding in case of multiple pipelines by Andrzej Hajda · 9 years ago
  6. 38000db drm/exynos: add error messages if clks failed to get enabled by Gustavo Padovan · 9 years ago
  7. 3cecda0 drm/exynos: split exynos_crtc->dpms in enable() and disable() by Gustavo Padovan · 9 years ago
  8. 5b1d5bc drm/exynos: 'win' is always unsigned by Tobias Jakobi · 10 years ago
  9. c0734fb drm/exynos: mixer: don't dump registers under spinlock by Tobias Jakobi · 10 years ago
  10. f3aaf76 drm/exynos: Constify exynos_drm_crtc_ops by Krzysztof Kozlowski · 10 years ago
  11. d6b1630 drm/exynos: mixer: Constify platform_device_id by Krzysztof Kozlowski · 10 years ago
  12. 7a57ca7 drm/exynos: mixer: cleanup pixelformat handling by Tobias Jakobi · 10 years ago
  13. 8f2590f drm/exynos: mixer: also allow NV21 for the video processor by Tobias Jakobi · 10 years ago
  14. fac8a5b drm/exynos: mixer: remove buffer count handling in vp_video_buffer() by Tobias Jakobi · 10 years ago
  15. 3cabaf7 drm/exynos: add ratio calculation by Joonyoung Shim · 10 years ago
  16. cb8a3db drm/exynos: use src_x and src_y instead of fb_x and fb_y by Joonyoung Shim · 10 years ago
  17. 2611015 drm/exynos: mixer: add 2x scaling to mixer_graph_buffer by Tobias Jakobi · 10 years ago
  18. 1e6d459 drm/exynos: fix typos in hdmi and mixer by Tobias Jakobi · 10 years ago
  19. 6e2a3b6 drm/exynos: preset zpos value for overlay planes by Gustavo Padovan · 10 years ago
  20. 7ee14cd drm/exynos: remove struct *_win_data abstraction on planes by Gustavo Padovan · 10 years ago
  21. adacb22 drm: Exynos: Respect framebuffer pitch for FIMD/Mixer by Daniel Stone · 10 years ago
  22. 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
  23. 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
  24. 129046c drm/exynos: hdmi: replace fb size with mode size from win commit by Seung-Woo Kim · 10 years ago
  25. e2dc3f7 drm/exynos: fix no hdmi output by Alban Browaeys · 10 years ago
  26. 92dc7a0 drm/exynos: use driver internal struct by Joonyoung Shim · 10 years ago
  27. 04427ec drm/exynos: add support for 'hdmi' clock by Marek Szyprowski · 10 years ago
  28. 083500b drm: remove DRM_FORMAT_NV12MT by Daniel Vetter · 10 years ago
  29. 93bca24 drm/exynos: remove struct exynos_drm_manager by Gustavo Padovan · 10 years ago
  30. eb88e42 drm/exynos: remove drm_dev from struct exynos_drm_manager by Gustavo Padovan · 10 years ago
  31. 5d1741a drm/exynos: move 'type' from manager to crtc struct by Gustavo Padovan · 10 years ago
  32. 8a326ed drm/exynos: remove pipe member of struct exynos_drm_manager by Gustavo Padovan · 10 years ago
  33. e09f2b0 drm/exynos: add pipe param to exynos_drm_crtc_create() by Gustavo Padovan · 10 years ago
  34. 8837dee drm/exynos: remove struct exynos_drm_overlay by Gustavo Padovan · 10 years ago
  35. 7c4c558 drm/exynos: fix warning of vblank reference count by Joonyoung Shim · 10 years ago
  36. bd50866 drm/exynos: remove unnecessary runtime pm operations by Joonyoung Shim · 10 years ago
  37. 8f0be83 drm/exynos/mixer: stop using manager->ctx pointer by Andrzej Hajda · 10 years ago
  38. 8103ef1 drm/exynos/mixer: embed manager into private context by Andrzej Hajda · 10 years ago
  39. 72ed6cc drm/exynos: switch to universal plane API by Andrzej Hajda · 10 years ago
  40. f1e716d drm/exynos: control blending of mixer graphic layer 0 by Joonyoung Shim · 10 years ago
  41. 39b58a3 drm/exynos: Add MODULE_DEVICE_TABLE entries for various components by Sjoerd Simons · 10 years ago
  42. ff830c9 drm/exynos: hdmi: enable exynos 4210 and 4x12 soc support by Marek Szyprowski · 10 years ago
  43. 5d39b9e drm/exynos: enable vsync interrupt while waiting for vblank by Rahul Sharma · 10 years ago
  44. d74ed93 drm/exynos: soft reset mixer before reconfigure after power-on by Rahul Sharma · 10 years ago
  45. 5c0f482 drm/exynos: allow multiple layer updates per vsync for mixer by Rahul Sharma · 10 years ago
  46. 381be02 drm/exynos: stop mixer before gating clocks during poweroff by Rahul Sharma · 10 years ago
  47. b4bfa3c drm/exynos: set power state variable after enabling clocks and power by Rahul Sharma · 10 years ago
  48. df5225b drm/exynos: consider deferred probe case by Inki Dae · 10 years ago
  49. f37cd5e drm/exynos: add component framework support by Inki Dae · 11 years ago
  50. af65c80 drm/exynos: Consolidate suspend/resume in drm_drv by Sean Paul · 11 years ago
  51. f041b25 drm/exynos: Remove exynos_drm_hdmi shim by Sean Paul · 11 years ago
  52. 87244fa drm/exynos: Remove apply manager callback by Sean Paul · 11 years ago
  53. 4551789 drm/exynos: hdmi: Implement initialize op for hdmi by Sean Paul · 11 years ago
  54. 1c6244c drm/exynos: Merge overlay_ops into manager_ops by Sean Paul · 11 years ago
  55. 57ed0f7 drm: Kill DRM_WAKUP and DRM_INIT_WAITQUEUE by Daniel Vetter · 11 years ago
  56. bfd8303 drm: Kill DRM_HZ by Daniel Vetter · 11 years ago
  57. 38bb525 drm/exynos: Remove redundant error messages by Sachin Kamat · 11 years ago
  58. 3f1c781 drm/exynos: Add missing of.h header include by Sachin Kamat · 11 years ago
  59. db70d16 drm/exynos: Remove module.h header inclusion by Sachin Kamat · 11 years ago
  60. 782953e drm/exynos: initialize the buf_num in vp_video_buffer by YoungJun Cho · 11 years ago
  61. def5e09 drm/exynos: add support for exynos5420 mixer by Rahul Sharma · 11 years ago
  62. cc57caf drm/exynos: add new compatible strings for hdmi subsystem by Rahul Sharma · 11 years ago
  63. 0bfb1f8 drm/exynos: Prepare/Unprepare HDMI subsystem clocks by Sean Paul · 11 years ago
  64. cbc4c33 drm/exynos: Clean up logs for DRM_ERROR / DRM_DEBUG_KMS by YoungJun Cho · 11 years ago
  65. bca34c9 drm/exynos: Remove tracking log functions by YoungJun Cho · 11 years ago
  66. 16844fb drm/exynos: hdmi: use drm_display_mode to check the supported modes by Rahul Sharma · 11 years ago
  67. e436b09 drm/exynos: Remove redundant use of of_match_ptr macro by Sachin Kamat · 11 years ago
  68. 1586d80 drm/exynos: fix checks for valid mixer window by Krzysztof Kozlowski · 11 years ago
  69. d873ab9 drm/exynos: cleanup device pointer usages by Seung-Woo Kim · 12 years ago
  70. 0377f4e drm/exynos: Don't blend mixer layer 0 by Sean Paul · 12 years ago
  71. c11182d drm/exynos: mixer: Fix incorrect usage of IS_ERR_OR_NULL by Sachin Kamat · 12 years ago
  72. 6b986ed drm/exynos: hdmi: using drm_display_mode timings for exynos4 by Rahul Sharma · 12 years ago
  73. 9800935 drm/exynos: Make mixer_check_timing static by Sachin Kamat · 12 years ago
  74. 2963074 drm/exynos: mixer: set correct mode for range of resolutions by Rahul Sharma · 12 years ago
  75. 0ea6822 drm/exynos: implement display-mode-check callback in mixer driver by Rahul Sharma · 12 years ago
  76. dda9012 drm/exynos: add check for the device power status by Shirish S · 12 years ago
  77. 09760ea drm/exynos: Replace mdelay with usleep_range by Sean Paul · 12 years ago
  78. ca5c8a4c Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 12 years ago
  79. 663d876 drm/exynos: move finish page flip to a common place by Rahul Sharma · 12 years ago
  80. 56550d9 Drivers: gpu: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  81. 000f130 drm/exynos: add runtime pm support for mixer by Rahul Sharma · 12 years ago
  82. ddd8e95 drm/exynos: remove unused vaddr member by YoungJun Cho · 12 years ago
  83. db43fd1 drm/exynos: clear windows in mixer dpms off by Prathyush K · 12 years ago
  84. 6e95d5e drm/exynos: modify wait_for_vblank of mixer by Prathyush K · 12 years ago
  85. 8137a2e drm/exynos: move hdmi's wait_for_vblank to manager_ops by Prathyush K · 12 years ago
  86. 37f5086 drm/exynos: Use devm_clk_get in exynos_mixer.c by Sachin Kamat · 12 years ago
  87. 1055b39 drm/exynos: add iommu support for hdmi driver by Inki Dae · 12 years ago
  88. e1f48ee drm/exynos: call drm_vblank_put for each queued flip event by Imre Deak · 12 years ago
  89. 2cdc53b drm: exynos: removed warning due to missing typecast for mixer driver data by Rahul Sharma · 12 years ago
  90. a5a0fc6 Merge branch 'exynos-drm-next' of git://git.infradead.org/users/kmpark/linux-samsung into drm-next by Dave Airlie · 12 years ago
  91. 768c305 drm: exynos: hdmi: remove drm common hdmi platform data struct by Rahul Sharma · 12 years ago
  92. aaf8b49 drm: exynos: hdmi: add support for exynos5 mixer by Rahul Sharma · 12 years ago
  93. 1b8e574 drm: exynos: hdmi: add support to disable video processor in mixer by Rahul Sharma · 12 years ago
  94. 1e12344 drm: exynos: hdmi: add support for platform variants for mixer by Rahul Sharma · 12 years ago
  95. 3d05859 drm/exynos: make sure that hardware overlay for hdmi is disabled by Inki Dae · 12 years ago
  96. 760285e UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/ by David Howells · 12 years ago
  97. e25e1b6 drm/exynos: Add missing braces around sizeof in exynos_mixer.c by Sachin Kamat · 12 years ago
  98. 9416dfa drm/exynos: Use devm_* functions in exynos_mixer.c by Sachin Kamat · 12 years ago
  99. 5736603 drm/exynos: fixed blending for hdmi graphic layer by Seung-Woo Kim · 13 years ago
  100. 363b06a drm/exynos: Use DRM_FORMAT_{NV12, YUV420} instead of DRM_FORMAT_{NV12M, YUV420M} by Ville Syrjälä · 13 years ago