1. 86c1b9e drm/vc4: Adjust modes in DSI to work around the integer PLL divider. by Eric Anholt · 8 years ago
  2. fdb888d drm/vc4: fix spelling mistake: "dimesions" -> "dimensions" by Colin Ian King · 8 years ago
  3. b70ee23 drm/vc4: Enable selection in Kconfig on any 32-bit BCM platform. by Eric Anholt · 8 years ago
  4. 62b63dc drm/cirrus: fix include notation and remove -Iinclude/drm flag by Masahiro Yamada · 8 years ago
  5. 191436c drm/bridge: fix include notation and remove -Iinclude/drm flag by Masahiro Yamada · 8 years ago
  6. 61da540 drm/bochs: fix include notation and remove -Iinclude/drm flag by Masahiro Yamada · 8 years ago
  7. ea35134 drm/ast: fix include notation and remove -Iinclude/drm flag by Masahiro Yamada · 8 years ago
  8. 248a1d6 drm/amd: fix include notation and remove -Iinclude/drm flag by Masahiro Yamada · 8 years ago
  9. 2da8331 drm/ttm: fix include notation and remove -Iinclude/drm flag by Masahiro Yamada · 8 years ago
  10. e4e818c drm: make drm_panel.h self-contained by Masahiro Yamada · 8 years ago
  11. 9cf8f58 drm: add missing declaration to drm_blend.h by Tomi Valkeinen · 8 years ago
  12. 68e989d drm/dp: Wait up all outstanding tx waiters by Chris Wilson · 8 years ago
  13. 992d38c drm/dp: Read the tx msg state once after checking for an event by Chris Wilson · 8 years ago
  14. bebc1d5 drm/prime: Forward declare struct device by Laura Abbott · 8 years ago
  15. 5caa0fe drm/vblank: Lock down vblank->hwmode more by Daniel Vetter · 8 years ago
  16. 1bf6ad6 drm/vblank: drop the mode argument from drm_calc_vbltimestamp_from_scanoutpos by Daniel Vetter · 8 years ago
  17. 2a39b88 drm/vblank: Add FIXME comments about moving the vblank ts hooks by Daniel Vetter · 8 years ago
  18. 3fcdcb2 drm/vblank: Switch to bool in_vblank_irq in get_vblank_timestamp by Daniel Vetter · 8 years ago
  19. d673c02 drm/vblank: Switch drm_driver->get_vblank_timestamp to return a bool by Daniel Vetter · 8 years ago
  20. 315f024 drm/vgem: Convert to a struct drm_device subclass by Chris Wilson · 8 years ago
  21. 94d7fb4 gpu: drm: gma500: remove dead code by Gustavo A. R. Silva · 8 years ago
  22. da98d2e drm/sti: Adjust two checks for null pointers in sti_hqvdp_probe() by Markus Elfring · 8 years ago
  23. bc435de drm/sti: Fix typos in a comment line by Markus Elfring · 8 years ago
  24. e1a22f9 drm/sti: Fix a typo in a comment line by Markus Elfring · 8 years ago
  25. e963513 drm/sti: Replace 17 seq_puts() calls by seq_putc() by Markus Elfring · 8 years ago
  26. ecf79d1 drm/sti: Reduce function calls for sequence output at five places by Markus Elfring · 8 years ago
  27. adea1db drm/sti: use seq_puts to display a string by Nicolas Iooss · 8 years ago
  28. 45c3d21 drm: Nerf the preclose callback for modern drivers by Daniel Vetter · 8 years ago
  29. b13b4d1 drm/exynos: Merge pre/postclose hooks by Daniel Vetter · 8 years ago
  30. bda0ecc drm/tegra: switch to postclose by Daniel Vetter · 8 years ago
  31. f0e73ff drm/nouveau: Merge pre/postclose hooks by Daniel Vetter · 8 years ago
  32. bed4100 drm/pl111: Initial drm/kms driver for pl111 by Tom Cooksey · 8 years ago
  33. 73c7346 video: ARM CLCD: Move registers to a separate header. by Eric Anholt · 8 years ago
  34. b3f7787 drm/vc4: Add specific compatible strings for Cygnus. by Eric Anholt · 8 years ago
  35. 1e70bdc drm/vc4: Don't try to initialize FBDEV if we're only bound to V3D. by Eric Anholt · 8 years ago
  36. b72a281 drm/vc4: Turn the V3D clock on at runtime. by Eric Anholt · 8 years ago
  37. 52b18e3 drm: Remove redundant NULL check during atomic plane commit by Imre Deak · 8 years ago
  38. 47a369d dma-buf: Use seq_putc() in two functions by Markus Elfring · 8 years ago
  39. 34d84ec dma-buf: Adjust a null pointer check in dma_buf_attach() by Markus Elfring · 8 years ago
  40. db7942b dma-buf: Improve a size determination in dma_buf_attach() by Markus Elfring · 8 years ago
  41. 9eddb41 dma-buf: Combine two function calls into one in dma_buf_debug_show() by Markus Elfring · 8 years ago
  42. 8f6e1e2 drm/atomic: Add support for custom scaling mode properties, v2 by Maarten Lankhorst · 8 years ago
  43. 0e9f25d drm/atomic: Handle picture_aspect_ratio in atomic core by Maarten Lankhorst · 8 years ago
  44. af33a91 drm/vgem: Enable dmabuf import interfaces by Laura Abbott · 8 years ago
  45. 7e49158 drm/prime: Introduce drm_gem_prime_import_dev by Laura Abbott · 8 years ago
  46. e2aff44 drm/vgem: Add a dummy platform device by Laura Abbott · 8 years ago
  47. f424f55 drm/i915: Track MST link bandwidth by Pandiyan, Dhinakaran · 8 years ago
  48. edb1ed1 drm/dp: Add DP MST helpers to atomically find and release vcpi slots by Pandiyan, Dhinakaran · 8 years ago
  49. 3f3353b drm/dp: Introduce MST topology state to track available link bandwidth by Pandiyan, Dhinakaran · 8 years ago
  50. b430c27 drm: Add driver-private objects to atomic state by Pandiyan, Dhinakaran · 8 years ago
  51. 3c390df Merge tag 'drm-for-v4.12' of git://people.freedesktop.org/~airlied/linux into drm-misc-next by Sean Paul · 8 years ago
  52. cd4b11d drm/mm: Split up long running selftests with cond_resched() by Chris Wilson · 8 years ago
  53. 6911498 drm: zte: add VGA driver support by Shawn Guo · 8 years ago
  54. cd4b298 dt-bindings: display: add support for ZTE VGA device by Shawn Guo · 8 years ago
  55. 9e42b26 drm: zte: move CSC register definitions into a common header by Shawn Guo · 8 years ago
  56. 893898f drm: zte: do not enable clock auto-gating by default by Shawn Guo · 8 years ago
  57. 4259037 drm/atomic: fix doc to use new name for commit types by Gustavo Padovan · 8 years ago
  58. aa5bfa4 drm/rockchip: analogix_dp: Remove unused check and variables by Jeffy Chen · 8 years ago
  59. dafee60 drm: Make drm_atomic_replace_property_blob_from_id() more generic by Jyri Sarha · 8 years ago
  60. d1841d3 drm: drm_color_mgmt.h needs struct drm_crtc declaration by Jyri Sarha · 8 years ago
  61. 8b03d1e Merge branch 'linux-4.12' of git://github.com/skeggsb/linux into drm-next by Dave Airlie · 8 years ago
  62. 271393b drm/nouveau/fb/gf100-: Fix 32 bit wraparound in new ram detection by Mario Kleiner · 8 years ago
  63. 48907c2 drm/nouveau/secboot/gm20b: fix the error return code in gm20b_secboot_tegra_read_wpr() by Wei Yongjun · 8 years ago
  64. 60b95d7 drm/nouveau/kms: Increase max retries in scanout position queries. by Mario Kleiner · 8 years ago
  65. a7cb78b drm/nouveau/bios/bitP: check that table is long enough for optional pointers by Ben Skeggs · 8 years ago
  66. eef4988 drm/nouveau/fifo/nv40: no ctxsw for pre-nv44 mpeg engine by Ilia Mirkin · 8 years ago
  67. 73ba2d5 Merge tag 'drm-intel-next-fixes-2017-04-27' of git://anongit.freedesktop.org/git/drm-intel into drm-next by Dave Airlie · 8 years ago
  68. 53cecf1 Merge branch 'drm-vmwgfx-next' of git://people.freedesktop.org/~syeh/repos_linux into drm-next by Dave Airlie · 8 years ago
  69. 97643d7 Merge branch 'for-upstream/mali-dp' of git://linux-arm.org/linux-ld into drm-next by Dave Airlie · 8 years ago
  70. 03c0c5f dma-buf: avoid scheduling on fence status query v2 by Andres Rodriguez · 8 years ago
  71. 459b086 drm/rockchip: Set line flag config register in vop_crtc_enable by Jeffy Chen · 8 years ago
  72. 763656d drm: mali-dp: use div_u64 for expensive 64-bit divisions by Arnd Bergmann · 8 years ago
  73. 88326ef drm/i915: Confirm the request is still active before adding it to the await by Chris Wilson · 8 years ago
  74. 96dabe9 drm/i915: Avoid busy-spinning on VLV_GLTC_PW_STATUS mmio by Chris Wilson · 8 years ago
  75. b162d47 drm/i915/selftests: Allocate inode/file dynamically by Chris Wilson · 8 years ago
  76. acf2dc2 drm/i915: Fix system hang with EI UP masked on Haswell by Mika Kuoppala · 8 years ago
  77. 5af9e67 drm/i915: checking for NULL instead of IS_ERR() in mock selftests by Dan Carpenter · 8 years ago
  78. dea6559 drm/i915: Perform link quality check unconditionally during long pulse by Ville Syrjälä · 8 years ago
  79. dde7b00 drm/i915: Fix use after free in lpe_audio_platdev_destroy() by Chris Wilson · 8 years ago
  80. bdb57b8 drm/i915: Use the right mapping_gfp_mask for final shmem allocation by Chris Wilson · 8 years ago
  81. 440df93 drm/i915: Make legacy cursor updates more unsynced by Ville Syrjälä · 8 years ago
  82. d445aaa drm/i915: Apply a cond_resched() to the saturated signaler by Chris Wilson · 8 years ago
  83. 1676a2b drm/i915: Park the signaler before sleeping by Chris Wilson · 8 years ago
  84. f8a7715 Merge tag 'gvt-next-fixes-2017-04-20' of https://github.com/01org/gvt-linux into drm-intel-next-fixes by Jani Nikula · 8 years ago
  85. c2e7f82 drm: mali-dp: Check the mclk rate and allow up/down scaling by Mihail Atanassov · 8 years ago
  86. 0274e6a drm: mali-dp: Enable image enhancement when scaling by Mihail Atanassov · 8 years ago
  87. 28ce675 drm: mali-dp: Add plane upscaling support by Mihail Atanassov · 8 years ago
  88. 50c7512 drm/mali-dp: Add core_id file to the sysfs interface by Liviu Dudau · 8 years ago
  89. 6954f24 drm: mali-dp: Add CTM support by Mihail Atanassov · 8 years ago
  90. 02725d3 drm: mali-dp: enable gamma support by Mihail Atanassov · 8 years ago
  91. 99665d0 drm: mali-dp: add malidp_crtc_state struct by Mihail Atanassov · 8 years ago
  92. fe10cd6 drm: mali-dp: add custom reset hook for planes by Mihail Atanassov · 8 years ago
  93. c03c17c drm: mali-dp: remove unused variable by Arnd Bergmann · 8 years ago
  94. 88d4d90 drm: mali-dp: add atomic_print_state for planes by Mihail Atanassov · 8 years ago
  95. 85f6421 drm: mali-dp: Enable power management for the device. by Liviu Dudau · 8 years ago
  96. 46f1d42 drm: mali-dp: Update the state of all planes before re-enabling active CRTCs. by Liviu Dudau · 8 years ago
  97. 7a9d200 drm/vmwgfx: Convert macro to octal representation by Øyvind A. Holm · 8 years ago
  98. d753e41 drm/cec: Add CEC over Aux register definitions by Clint Taylor · 8 years ago
  99. 6b14627 Merge tag 'drm-misc-next-fixes-2017-04-20' of git://anongit.freedesktop.org/git/drm-misc into drm-next by Dave Airlie · 8 years ago
  100. ab6a46e drm: Add DPCD definitions for DP 1.4 DSC feature by Navare, Manasi D · 8 years ago