1. b0caa13 Merge tag 'imx-drm-next-2018-01-02' of git://git.pengutronix.de/git/pza/linux into drm-next by Dave Airlie · 7 years ago
  2. 37aca51 drm/imx: advertise supported plane format modifiers by Lucas Stach · 7 years ago
  3. 9222f76 drm/imx: add FB modifier support by Lucas Stach · 7 years ago
  4. a2ceec5 gpu: ipu-v3: prg: add modifier support by Lucas Stach · 7 years ago
  5. a01cb8b drm: Move drm_plane_helper_check_state() into drm_atomic_helper.c by Ville Syrjälä · 7 years ago
  6. 10b47ee drm: Check crtc_state->enable rather than crtc->enabled in drm_plane_helper_check_state() by Ville Syrjälä · 7 years ago
  7. 29baa82 Merge tag 'drm-misc-next-2017-09-20' of git://anongit.freedesktop.org/git/drm-misc into drm-next by Dave Airlie · 7 years ago
  8. bd10635 drm/imx: Use drm_gem_fb_create() and drm_gem_fb_prepare_fb() by Noralf Trønnes · 7 years ago
  9. 906dde0 Merge tag 'drm-for-v4.14' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 7 years ago
  10. 6b9dfb5 Merge tag 'imx-drm-next-2017-07-18' of git://git.pengutronix.de/git/pza/linux into drm-next by Dave Airlie · 7 years ago
  11. 5be5dd3 drm/imx: ipuv3-plane: fix YUV framebuffer scanout on the base plane by Philipp Zabel · 8 years ago
  12. e6fc3b6 drm: Plumb modifiers through plane init by Ben Widawsky · 8 years ago
  13. 0eb2c0a Backmerge tag 'v4.13-rc2' into drm-next by Dave Airlie · 7 years ago
  14. 5896ec7 Merge tag 'imx-drm-fixes-2017-07-18' of git://git.pengutronix.de/git/pza/linux into drm-fixes by Dave Airlie · 8 years ago
  15. f2ad99f drm/imx: fix typo in ipu_plane_formats[] by Laurentiu Palcu · 8 years ago
  16. 790cb4c drm/imx: lock scanout transfers for consecutive bursts by Philipp Zabel · 8 years ago
  17. 58dff39 drm/imx: ipuv3-plane: use fb local variable instead of state->fb by Philipp Zabel · 8 years ago
  18. 30ea752 drm/imx: Use atomic iterator macros by Maarten Lankhorst · 8 years ago
  19. c2c446a drm: Add DRM_MODE_ROTATE_ and DRM_MODE_REFLECT_ to UAPI by Robert Foss · 8 years ago
  20. 00514e8 drm/imx: use PRG/PRE when possible by Lucas Stach · 8 years ago
  21. f6b50ef drm/imx: ipuv3-plane: add support for separate alpha planes by Philipp Zabel · 9 years ago
  22. 0bfd56f drm/imx: extend drm_plane_state_to_eba for separate channel support by Philipp Zabel · 9 years ago
  23. eb8c888 drm/imx: add deferred plane disabling by Philipp Zabel · 8 years ago
  24. f9bb7ac gpu: ipu-v3: add unsynchronised DP channel disabling by Philipp Zabel · 8 years ago
  25. 2e9a712 drm/imx: ipuv3-plane: update overlay plane position also without modeset by Philipp Zabel · 8 years ago
  26. 03ee3da drm/imx: ipuv3-plane: use drm_plane_helper_check_state, clipped coordinates by Philipp Zabel · 8 years ago
  27. dbd4d57 drm: Replace 'format->format' comparisons to just 'format' comparisons by Ville Syrjälä · 8 years ago
  28. 438b74a drm: Nuke fb->pixel_format by Ville Syrjälä · 8 years ago
  29. 353c859 drm: Replace drm_format_plane_cpp() with fb->format->cpp[] by Ville Syrjälä · 8 years ago
  30. 782ea2a drm/imx: Switch to drm_fb_cma_prepare_fb() helper by Marek Vasut · 8 years ago
  31. eae13c9 drm/imx: ipuv3-plane: add support for YUV 4:2:2 and 4:4:4, NV12, and NV16 formats by Philipp Zabel · 8 years ago
  32. f2fa353 drm/imx: ipuv3-plane: let drm_plane_state_to_ubo/vbo handle chroma subsampling other than 4:2:0 by Philipp Zabel · 8 years ago
  33. 3fd8b29 drm/imx: ipuv3-plane: merge ipu_plane_atomic_set_base into atomic_update by Philipp Zabel · 8 years ago
  34. 181c9bf drm/imx: ipuv3-plane: request modeset if plane offsets changed by Philipp Zabel · 8 years ago
  35. 8612674 drm/imx: ipuv3-plane: disable local alpha for planes without alpha channel by Philipp Zabel · 8 years ago
  36. 5fb57ab drm/imx: ipuv3-plane: make sure x/y offsets are even in case of chroma subsampling by Philipp Zabel · 8 years ago
  37. e73aca5 drm/imx: ipuv3-plane: Access old u/vbo properly in ->atomic_check for YU12/YV12 by Liu Ying · 8 years ago
  38. 81d5535 drm/imx: ipuv3-plane: Skip setting u/vbo only when we don't need modeset by Liu Ying · 8 years ago
  39. 43daa01 drm/imx: ipuv3-plane: Switch EBA buffer only when we don't need modeset by Liu Ying · 8 years ago
  40. df4b223 drm/imx: fold ipu_plane_disable into ipu_disable_plane by Lucas Stach · 8 years ago
  41. 73cde76 drm/imx: don't call disable_plane in plane destroy path by Lucas Stach · 8 years ago
  42. 1780999 drm/imx: Add active plane reconfiguration support by Liu Ying · 8 years ago
  43. 5f4df0c drm/imx: Use DRM_PLANE_COMMIT_NO_DISABLE_AFTER_MODESET flag by Liu Ying · 8 years ago
  44. 3df0739 drm/imx: turn remaining container_of macros into inline functions by Philipp Zabel · 9 years ago
  45. 5f2f911 drm/imx: atomic phase 3 step 1: Use atomic configuration by Liu Ying · 9 years ago
  46. 255c35f drm/imx: atomic phase 2 step 1: Wire up state ->reset, ->duplicate and ->destroy by Liu Ying · 9 years ago
  47. 33f1423 drm/imx: atomic phase 1: Use transitional atomic CRTC and plane helpers by Liu Ying · 9 years ago
  48. d7868cb gpu: ipu-v3: ipu-dmfc: Use static DMFC FIFO allocation mechanism by Liu Ying · 9 years ago
  49. 08a8901 drm/imx: ipuv3 plane: Check different types of plane separately by Liu Ying · 9 years ago
  50. 151787b drm/imx: plane: Don't set plane->crtc in ipu_plane_update() by Liu Ying · 9 years ago
  51. 8b3ce87 drm/imx: ipuv3-plane: Constify ipu_plane_funcs by Liu Ying · 9 years ago
  52. 7932131 drm/imx: ipuv3-plane: enable UYVY and VYUY formats by Philipp Zabel · 9 years ago
  53. 6bcaf0c drm/imx: ipuv3-plane: Configure DMFC wait4eot bit after slots are determined by Liu Ying · 9 years ago
  54. 27630c2 gpu: ipu-v3: ipu-dmfc: Rename ipu_dmfc_init_channel to ipu_dmfc_config_wait4eot by Liu Ying · 9 years ago
  55. 2bbe32f gpu: ipu-v3: ipu-dmfc: Make function ipu_dmfc_init_channel() return void by Liu Ying · 9 years ago
  56. 6ac217e drm/imx: ipuv3-plane: fix planar YUV 4:2:0 support by Philipp Zabel · 9 years ago
  57. 67ca6b6 drm/imx: ipuv3-plane: Add more thorough checks for plane parameter limitations by Philipp Zabel · 9 years ago
  58. 9b61c0f Merge drm-fixes into drm-next. by Dave Airlie · 9 years ago
  59. beec8ec drm/imx: ipuv3 plane: Replace dev_info with dev_dbg if a plane's CRTC changes by Liu Ying · 9 years ago
  60. 33bee52 drm/imx: Add missing DRM_FORMAT_RGB565 to ipu_plane_formats by Enrico Jorns · 9 years ago
  61. b0b3b79 drm: Pass 'name' to drm_universal_plane_init() by Ville Syrjälä · 9 years ago
  62. 4389559 drm/imx: switch to universal planes by Philipp Zabel · 9 years ago
  63. cb166a3 drm/imx: enable ARGB4444 16-bit color format by Lucas Stach · 9 years ago
  64. 59d6b71 drm/imx: ipuv3-plane: enable support for RGBX8888 and RGBA8888 pixel formats by Philipp Zabel · 10 years ago
  65. c639a1c drm/imx: enable 15-bit RGB with 1-bit alpha formats by Philipp Zabel · 10 years ago
  66. dd7fa6d drm/imx: Add support for interlaced scanout by Philipp Zabel · 11 years ago
  67. dab363f Merge tag 'staging-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 10 years ago
  68. 6556f7f drm: imx: Move imx-drm driver out of staging by Philipp Zabel · 10 years ago[Renamed from drivers/staging/imx-drm/ipuv3-plane.c]
  69. b46355f imx-drm: ipuv3-plane: remove function ipu_plane_dpms() by Shawn Guo · 10 years ago
  70. caf382f Merge 3.17-rc5 into staging-next. by Greg Kroah-Hartman · 10 years ago
  71. 3a44a20 imx-drm: ipuv3-plane: fix ipu_plane_dpms() by Russell King · 10 years ago
  72. 2eb671c staging: imx-drm: Convert to new ipu_cpmem API by Steve Longerbeam · 11 years ago
  73. 682b7c1 Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 11 years ago
  74. 39b9004 gpu: ipu-v3: Move i.MX IPUv3 core driver out of staging by Philipp Zabel · 11 years ago
  75. 285bbb0 imx-drm: ipu-dp: split disabling the DP foreground channel from disabling the DP module by Philipp Zabel · 11 years ago
  76. e9f37d3 Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 11 years ago
  77. 38821e6 staging: imx-drm: Replace DRM_LOG_KMS() by DRM_DEBUG_KMS() by Lespiau, Damien · 11 years ago
  78. 1858973 imx-drm: ipuv3-plane: Use %pad to print 'dma_addr_t' by Fabio Estevam · 11 years ago
  79. 32f7110 staging: drm/imx: don't drop crtc offsets when doing pageflip by Lucas Stach · 11 years ago
  80. bc2b067 staging: drm/imx: handle framebuffer offsets correctly by Lucas Stach · 11 years ago
  81. ee2e072 staging: drm/imx: set second plane base address by Philipp Zabel · 11 years ago
  82. b8d181e staging: drm/imx: add drm plane support by Philipp Zabel · 11 years ago