1. 93e7e61 drm/i915/display: rename display version macros by Lucas De Marchi · 3 years, 9 months ago
  2. 4df9c1a drm/i915: rename display.version to display.ver by Lucas De Marchi · 3 years, 9 months ago
  3. 27ec10b drm/i915/display: use DISPLAY_VER() on remaining users by Lucas De Marchi · 3 years, 9 months ago
  4. ad314fe drm/i915: Remove a few redundant glk checks by Ville Syrjälä · 3 years, 9 months ago
  5. 6c51f288 drm/i915: Don't use {skl, cnl}_hpd_pin() for bxt/glk by Ville Syrjälä · 3 years, 9 months ago
  6. 543d592 drm/i915: Disable LTTPR detection on GLK once again by Ville Syrjälä · 3 years, 9 months ago
  7. 0fe6637d drm/i915: Restore lost glk ccs w/a by Ville Syrjälä · 3 years, 9 months ago
  8. 87b8c3b drm/i915: Restore lost glk FBC 16bpp w/a by Ville Syrjälä · 3 years, 9 months ago
  9. 2446e1d drm/i915/display: Eliminate IS_GEN9_{BC,LP} by Matt Roper · 3 years, 9 months ago
  10. 9c0fed8 Merge tag 'drm-intel-next-2021-04-01' of git://anongit.freedesktop.org/drm/drm-intel into drm-next by Dave Airlie · 3 years, 9 months ago
  11. 41d1d0c Merge tag 'drm-intel-gt-next-2021-04-06' of git://anongit.freedesktop.org/drm/drm-intel into drm-next by Dave Airlie · 3 years, 9 months ago
  12. 0c79971 Merge tag 'mediatek-drm-next-5.13' of https://git.kernel.org/pub/scm/linux/kernel/git/chunkuang.hu/linux into drm-next by Dave Airlie · 3 years, 9 months ago
  13. 1539f71 Merge tag 'drm-misc-next-2021-04-01' of git://anongit.freedesktop.org/drm/drm-misc into drm-next by Dave Airlie · 3 years, 9 months ago
  14. 2e47739 drm/mediatek: Don't support hdmi connector creation by Dafna Hirschfeld · 3 years, 10 months ago
  15. 053d231 drm/mediatek: Switch the hdmi bridge ops to the atomic versions by Dafna Hirschfeld · 3 years, 10 months ago
  16. 6c74498 drm/bridge: anx7625: disable regulators when power off by Hsin-Yi Wang · 3 years, 10 months ago
  17. fb457e0 Merge tag 'exynos-drm-next-for-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos into drm-next by Dave Airlie · 3 years, 10 months ago
  18. 2f835b5 Merge tag 'topic/i915-gem-next-2021-03-26' of ssh://git.freedesktop.org/git/drm/drm into drm-next by Dave Airlie · 3 years, 10 months ago
  19. 81f1f8f drm/i915: Fix docbook header for __intel_runtime_pm_get_if_active() by Imre Deak · 3 years, 10 months ago
  20. 339be1a drm/displayid: rename displayid_hdr to displayid_header by Jani Nikula · 3 years, 10 months ago
  21. f72b143 drm/displayid: allow data blocks with 0 payload length by Jani Nikula · 3 years, 10 months ago
  22. bfd4e19 drm/edid: use the new displayid iterator for tile info by Jani Nikula · 3 years, 10 months ago
  23. 1ba63ca drm/edid: use the new displayid iterator for finding CEA extension by Jani Nikula · 3 years, 10 months ago
  24. 5ef88dc drm/edid: use the new displayid iterator for detailed modes by Jani Nikula · 3 years, 10 months ago
  25. 1a24c36 drm/displayid: add new displayid section/block iterators by Jani Nikula · 3 years, 10 months ago
  26. 4cc4f09 drm/displayid: add separate drm_displayid.c by Jani Nikula · 3 years, 10 months ago
  27. 43d16d8 drm/edid: make a number of functions, parameters and variables const by Jani Nikula · 3 years, 10 months ago
  28. fdcbe17 drm/mediatek: Add missing MODULE_DEVICE_TABLE() by Boris Brezillon · 4 years ago
  29. 989cf9a drm/i915/hdcp: Add DP HDCP2.2 timeout to read entire msg by Anshuman Gupta · 3 years, 10 months ago
  30. 04b6603 drm/i915/display: Configure HDMI2.1 Pcon for FRL only if Src-Ctl mode is available by Ankit Nautiyal · 3 years, 10 months ago
  31. 68a8c64 drm/dp_helper: Define options for FRL training for HDMI2.1 PCON by Ankit Nautiyal · 3 years, 10 months ago
  32. 25926cd drm/i915/selftest: Add remap/rotate vma subtests when dst_stride!=width/height by Imre Deak · 3 years, 10 months ago
  33. a4606d4 drm/i915: Add support for FBs requiring a POT stride alignment by Imre Deak · 3 years, 10 months ago
  34. 6d80f43 drm/i915: s/stride/src_stride/ in the intel_remapped_plane_info struct by Imre Deak · 3 years, 10 months ago
  35. b05787a drm/i915/selftest: Unify use of intel_remapped_plane_info in igt_vma_rotate_remap() by Imre Deak · 3 years, 10 months ago
  36. 1b6b032 drm/i915: Shrink the size of intel_remapped_plane_info struct by Imre Deak · 3 years, 10 months ago
  37. 23c87dc drm/i915/intel_fb: Factor out calc_plane_remap_info() by Imre Deak · 3 years, 10 months ago
  38. ee456a4 drm/i915: Simplify copying the FB view state to the plane state by Imre Deak · 3 years, 10 months ago
  39. 67cfab6 drm/i915: Store the normal view FB pitch in FB's intel_fb_view by Imre Deak · 3 years, 10 months ago
  40. 6116998 drm/i915: Unify the FB and plane state view information into one struct by Imre Deak · 3 years, 10 months ago
  41. 5d32bcd drm/i915/intel_fb: Factor out calc_plane_normal_size() by Imre Deak · 3 years, 10 months ago
  42. 435b3e7 drm/i915/intel_fb: Factor out calc_plane_aligned_offset() by Imre Deak · 3 years, 10 months ago
  43. d3c5e10 drm/i915/intel_fb: Factor out convert_plane_offset_to_xy() by Imre Deak · 3 years, 10 months ago
  44. 90df088 drm/i915/intel_fb: s/dev_priv/i915/ by Imre Deak · 3 years, 10 months ago
  45. bb7f311 drm/i915/intel_fb: Unexport intel_fb_check_stride() by Imre Deak · 3 years, 10 months ago
  46. 3cee626 drm/i915/intel_fb: Pull FB plane functions from intel_display.c by Imre Deak · 3 years, 10 months ago
  47. d7bdd1c drm/i915/intel_fb: Pull FB plane functions from intel_sprite.c by Imre Deak · 3 years, 10 months ago
  48. 3e5e0a7 drm/i915/intel_fb: Pull is_surface_linear() from intel_display.c/skl_universal_plane.c by Imre Deak · 3 years, 10 months ago
  49. 5e4eb4e drm/i915/intel_fb: Pull FB plane functions from skl_universal_plane.c by Imre Deak · 3 years, 10 months ago
  50. f837a61 drm/i915/intel_fb: Pull FB plane functions from intel_display_types.h by Imre Deak · 3 years, 10 months ago
  51. 54c2921 drm/i915/selftest: Make sure to init i915_ggtt_view in igt_vma_rotate_remap() by Imre Deak · 3 years, 10 months ago
  52. 8a94922 drm/i915: Make sure i915_ggtt_view is inited when creating an FB by Imre Deak · 3 years, 10 months ago
  53. 911e033 drm/i915/selftest: Fix debug message in igt_vma_remapped_gtt() by Imre Deak · 3 years, 10 months ago
  54. 69e331b drm/i915/selftest: Fix error handling in igt_vma_remapped_gtt() by Imre Deak · 3 years, 10 months ago
  55. cc41b0f drm/i915: Fix rotation setup during plane HW readout by Imre Deak · 3 years, 10 months ago
  56. 8cef45e drm/i915: Remove repeated declaration by Wan Jiabing · 3 years, 10 months ago
  57. 67f6f52 drm/i915: Stop adding planes to the commit needlessly by Ville Syrjälä · 3 years, 10 months ago
  58. 368166e drm/mediatek: crtc: Make config-updating atomic by Chun-Kuang Hu · 3 years, 10 months ago
  59. e488b10 drm/ingenic: Register devm action to cleanup encoders by Paul Cercueil · 3 years, 10 months ago
  60. 4d90683 drm: bridge/panel: Cleanup connector on bridge detach by Paul Cercueil · 3 years, 10 months ago
  61. 5644dc0 drm/i915: rename i915_rev_steppings->intel_step_info by Jani Nikula · 3 years, 10 months ago
  62. 26475ca drm/i915: rename disp_stepping->display_step and gt_stepping->gt_step by Jani Nikula · 3 years, 10 months ago
  63. cd0fcf5 drm/i915: rename DISP_STEPPING->DISPLAY_STEP and GT_STEPPING->GT_STEP by Jani Nikula · 3 years, 10 months ago
  64. 34b7e27 drm/i915: switch TGL and ADL to the new stepping scheme by Jani Nikula · 3 years, 10 months ago
  65. ef47b7a drm/i915: switch KBL to the new stepping scheme by Jani Nikula · 3 years, 10 months ago
  66. 439c8dc drm/i915: add new helpers for accessing stepping info by Jani Nikula · 3 years, 10 months ago
  67. 7eb186b drm/i915: split out stepping info to a new file by Jani Nikula · 3 years, 10 months ago
  68. a4e5eed drm/exynos: move to use request_irq by IRQF_NO_AUTOEN flag by Tian Tao · 3 years, 10 months ago
  69. 680dced drm/ttm: switch back to static allocation limits for now by Christian König · 3 years, 10 months ago
  70. e55f2ff drm/mst: Enhance MST topology logging by Eryk Brol · 3 years, 10 months ago
  71. 58442f0 drm/ttm: fix invalid NULL deref by Christian König · 3 years, 10 months ago
  72. 2cbcb78 Merge tag 'amd-drm-next-5.13-2021-03-23' of https://gitlab.freedesktop.org/agd5f/linux into drm-next by Daniel Vetter · 3 years, 10 months ago
  73. 30e2ae94 drm/bridge: Introduce LT8912B DSI to HDMI bridge by Adrien Grassein · 3 years, 10 months ago
  74. ee84c58 drm: Fix 3 typos in the inline doc by Dafna Hirschfeld · 3 years, 10 months ago
  75. 6ab61ad drm/i915: add gem/gt TODO by Daniel Vetter · 3 years, 10 months ago
  76. 309f81e8 drm/omap: Remove duplicate declaration by Wan Jiabing · 3 years, 10 months ago
  77. 0cafc8d drm/omap: dsi: Add missing IRQF_ONESHOT by Yang Li · 3 years, 10 months ago
  78. 417fc61 drm/omap: fix misleading indentation in pixinc() by Arnd Bergmann · 3 years, 10 months ago
  79. 93fe862 drm/i915: Fix transposed arguments to skl_plane_wm_level() by Ville Syrjälä · 3 years, 10 months ago
  80. 54d4e9f drm/i915: Allow configuring default request expiry via modparam by Tvrtko Ursulin · 3 years, 10 months ago
  81. e8dbb56 drm/i915: Fail too long user submissions by default by Tvrtko Ursulin · 3 years, 10 months ago
  82. 9b4d059 drm/i915: Request watchdog infrastructure by Tvrtko Ursulin · 3 years, 10 months ago
  83. 90a79a9 drm/i915: Handle async cancellation in sentinel assert by Tvrtko Ursulin · 3 years, 10 months ago
  84. 8f922e4 drm/i915: Restrict sentinel requests further by Tvrtko Ursulin · 3 years, 10 months ago
  85. 38b237e drm/i915: Individual request cancellation by Chris Wilson · 3 years, 10 months ago
  86. 7dbc19d drm/i915: Extract active lookup engine to a helper by Tvrtko Ursulin · 3 years, 10 months ago
  87. ce517f1 drm: bridge: Add Chipone ICN6211 MIPI-DSI to RGB bridge by Jagan Teki · 3 years, 10 months ago
  88. fffa69a drm: bridge: convert sysfs sprintf/snprintf family to sysfs_emit by Jiapeng Chong · 4 years ago
  89. d1a9764 drm/bridge: lt9611: Fix handling of 4k panels by Robert Foss · 4 years, 1 month ago
  90. b4142fc drm/vkms: fix misuse of WARN_ON by Dmitry Vyukov · 3 years, 10 months ago
  91. 2da21da drm/i915/gt: Always flush the submission queue on checking for idle by Chris Wilson · 4 years ago
  92. 985458d drm/i915/selftest: Synchronise with the GPU timestamp by Chris Wilson · 4 years ago
  93. dc43040 drm/i915: give stolen system memory its own class by Matthew Auld · 4 years ago
  94. 8ec8ad0 drm/i915: cleanup the region class/instance encoding by Matthew Auld · 4 years ago
  95. 2827ce6 drm/i915/gt: Double check heartbeat timeout before resetting by Chris Wilson · 4 years ago
  96. 10c5585 drm/i915/selftests: Restore previous heartbeat interval by Chris Wilson · 4 years ago
  97. e762bdf drm/i915/gtt/dg1: add PTE_LM plumbing for GGTT by Matthew Auld · 4 years ago
  98. 11724ee drm/i915/gtt/dg1: add PTE_LM plumbing for ppGTT by Matthew Auld · 4 years ago
  99. c538d54 drm/i915: Distinction of memory regions by Zbigniew Kempczyński · 4 years ago
  100. c9a995e drm/i915/gt: Retire unexpected starting state error dumping by Chris Wilson · 4 years ago