1. de165e0 drm/i915: Refactor ilk_update_wm (v3) by Ville Syrjälä · 10 years ago
  2. 47c9943 drm/i915: Drop intel_update_sprite_watermarks by Matt Roper · 10 years ago
  3. 7809e5a drm/i915/ivb: Move WaCxSRDisabledForSpriteScaling w/a to atomic check by Matt Roper · 10 years ago
  4. 3a05f5e drm/i915/skl: Eliminate usage of pipe_wm_parameters from SKL-style WM (v3) by Matt Roper · 10 years ago
  5. 4969d33 drm/i915/skl: Simplify wm structures slightly (v2) by Matt Roper · 10 years ago
  6. 31409e9 drm/i915: Determine I915_MAX_PLANES from plane enum by Matt Roper · 10 years ago
  7. 7221fc3 drm/i915: Eliminate usage of pipe_wm_parameters from ILK-style WM (v2) by Matt Roper · 10 years ago
  8. 43d59ed drm/i915: Eliminate usage of plane_wm_parameters from ILK-style WM code (v2) by Matt Roper · 10 years ago
  9. 37d9078 drm/i915: Drop redundant watermark programming by Matt Roper · 10 years ago
  10. d813510 drm/i915/bxt: fix RC6 residency time calculation by Imre Deak · 10 years ago
  11. 93f2531 drm/i915/guc: Media domain bit needed when notify GuC rc6 state by Alex Dai · 10 years ago
  12. 36c0d0c drm/i915: s/_TRANSA_CHICKEN/TRANS_CHICKEN(PIPE_A)/ by Ville Syrjälä · 10 years ago
  13. eede3b5 drm/i915: s/_FDI_RXA_.../FDI_RX_...(PIPE_A)/ by Ville Syrjälä · 10 years ago
  14. 91bedd3 drm/i915/bdw: Check for slice, subslice and EU count for BDW by Łukasz Daniluk · 10 years ago
  15. 76b1cf2 drm: i915: drop null test before destroy functions by Julia Lawall · 10 years ago
  16. 5507fae drm/i915: make backlight hooks connector specific by Jani Nikula · 10 years ago
  17. 8cd21b7 drm/i915/ddi: use switch case instead of if ladder for ddi_get_encoder_port by Jani Nikula · 10 years ago
  18. 85b98a4 drm/i915/ddi: warn instead of oops on invalid ddi encoder type by Jani Nikula · 10 years ago
  19. 7bad74d drm/i915: Use czclk_freq in vlv c0 residency calculations by Ville Syrjälä · 10 years ago
  20. 2cc9fab drm/i915: Simplify vlv/chv rc6 residency calculation by Ville Syrjälä · 10 years ago
  21. bfa7df0 drm/i915: Read czclk from CCK on vlv/chv by Ville Syrjälä · 10 years ago
  22. 87d5d25 drm/i915: Renaming CCK related reg definitions by Vandana Kannan · 10 years ago
  23. 2d05fa1 drm/i915: Fix comparison bug by Rasmus Villemoes · 10 years ago
  24. 120f5d2 drm/i915/gen8: Move WaHdcDisableFetchWhenMasked to common init fn by Arun Siluvery · 10 years ago
  25. a340af5 drm/i915/gen8: Move WaForceEnableNonCoherent to common init fn by Arun Siluvery · 10 years ago
  26. 7eebcde drm/i915/gen8: Move GEN7_GT_MODE WA to common init fn by Arun Siluvery · 10 years ago
  27. 4840463 drm/i915/gen8: Move Wa4x4STCOptimizationDisable to common init fn by Arun Siluvery · 10 years ago
  28. 6def8fd drm/i915/gen8: Move HiZ RAW stall optimization disable WA to common init fn by Arun Siluvery · 10 years ago
  29. d058119 drm/i915/gen8: Move WaDisablePartialInstShootdown to common init fn by Arun Siluvery · 10 years ago
  30. 717d84d drm/i915/gen8: Move WaDisableAsyncFlipPerfMode to common init fn by Arun Siluvery · 10 years ago
  31. 68c6198 drm/i915/gen8: Move INSTPM WA to common function by Arun Siluvery · 10 years ago
  32. e9a64ad drm/i915/gen8: Add gen8_init_workarounds for common WA by Arun Siluvery · 10 years ago
  33. 010e9f5 drm/i915/skl: Remove WaDisableVFUnitClockGating by Arun Siluvery · 10 years ago
  34. 7019f0a drm/i915/skl: Remove WaSetGAPSunitClckGateDisable by Arun Siluvery · 10 years ago
  35. 68fc2b7 drm/i915/skl: Remove WaDisableSDEUnitClockGating by Arun Siluvery · 10 years ago
  36. aa66c50 drm/i915/bxt: Add WaStoreMultiplePTEenable name by Arun Siluvery · 10 years ago
  37. 6029468 drm/i915/gen9: Merge two WA as they part of same register by Arun Siluvery · 10 years ago
  38. aa0011a drm/i915/gen9: Handle error returned by gen9_init_workarounds by Arun Siluvery · 10 years ago
  39. 1170f28 drm/i915: Add CD and pixel clock information by Mika Kahola · 10 years ago
  40. 7717940 drm/i915: s/DDI_BUF_CTL_A/DDI_BUF_CTL(PORT_A)/ by Ville Syrjälä · 10 years ago
  41. e66eb81 drm/i915: Add VLV_HDMIB etc. which already include VLV_DISPLAY_BASE by Ville Syrjälä · 10 years ago
  42. 0b87c24 drm/i915: s/_CURACNTR/CURCNTR(PIPE_A)/ by Ville Syrjälä · 10 years ago
  43. f65a9c5 drm/i915: Parametrize PALETTE and LGC_PALETTE by Ville Syrjälä · 10 years ago
  44. c039b7f drm/i915: Include MCHBAR_MIRROR_BASE in ILK_GDSR by Ville Syrjälä · 10 years ago
  45. d3a93cb drm/i915: Always use GEN8_RING_PDP_{LDW, UDW} instead of hand rolling the register offsets by Ville Syrjälä · 10 years ago
  46. 7e435ad drm/i915: Add LO/HI PRIVATE_PAT registers by Ville Syrjälä · 10 years ago
  47. ab9cc55 drm/i915: Parametrize UOS_RSA_SCRATCH by Ville Syrjälä · 10 years ago
  48. 7949dd4 drm/i915: Add HDMI aspect ratio property for SDVO by Ville Syrjälä · 10 years ago
  49. 7c5f93b drm/i915: Constify adjusted_mode by Ville Syrjälä · 10 years ago
  50. 28b468a drm/i915: Move HDMI aspect ratio setup to .compute_config() by Ville Syrjälä · 10 years ago
  51. aad941d drm/i915: Always use crtc_ timings when dealing with adjustead_mode by Ville Syrjälä · 10 years ago
  52. 5e7234c drm/i915: s/mode/adjusted_mode/ in functions that really get passed the adjusted_mode by Ville Syrjälä · 10 years ago
  53. 3c5f174 drm/i915: export size_is_valid() from __intel_fbc_update() by Paulo Zanoni · 10 years ago
  54. 9f21833 drm/i915: extract fbc_supported() by Paulo Zanoni · 10 years ago
  55. 1ca36d4 drm/i915: don't use the first stolen page on Broadwell by Paulo Zanoni · 10 years ago
  56. b26d3ea drm/i915: Add primary plane to mask if it's visible by Maarten Lankhorst · 10 years ago
  57. eecf613 drm/i915: Parametrize fence registers by Ville Syrjälä · 10 years ago
  58. 9c58a04 drm/i915/bxt: Set oscaledcompmethod to enable scale value by Sonika Jindal · 10 years ago
  59. d9d7000 drm/i915/bxt: eDP low vswing support by Sonika Jindal · 10 years ago
  60. 165ed87c drm/i915: fixup runtime PM handling v2 by Jesse Barnes · 10 years ago
  61. 0d44d3f drm/i915/guc: Fix a bug in GuC status check by Alex Dai · 10 years ago
  62. 124abe0 drm/i915: Always call the adjusted mode 'adjusted_mode' by Ville Syrjälä · 10 years ago
  63. 2869407 drm/i915: Use intel_panel for DVO fixed mode handling by Ville Syrjälä · 10 years ago
  64. 08aef7c drm/i915/skl: Block disable call for pw1 if dmc firmware is present. by Animesh Manna · 10 years ago
  65. 4e961e4 drm/i915/skl: Do not disable cdclk PLL if csr firmware is present by Animesh Manna · 10 years ago
  66. c268444 drm/i915/skl Remove the call for csr uninitialization from suspend path by Animesh Manna · 10 years ago
  67. 4b7ab5f drm/i915/skl: Added a check for the hardware status of csr fw before loading. by Animesh Manna · 10 years ago
  68. 30c964a drm/i915: Detect virtual south bridge by Robert Beckett · 10 years ago
  69. 44cc6c0 Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next by Daniel Vetter · 10 years ago
  70. 2d4df13 Merge tag 'topic/drm-misc-2015-09-25' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 10 years ago
  71. 40a4a57 drm/i915: Update DRIVER_DATE to 20150928 by Daniel Vetter · 10 years ago
  72. 7cb5dff drm/i915: fix task reference leak in i915_debugfs.c by Geliang Tang · 10 years ago
  73. fd03420 Merge tag 'drm-intel-fixes-2015-09-24' of git://anongit.freedesktop.org/drm-intel into drm-fixes by Dave Airlie · 10 years ago
  74. cf64830 drm/irq: Add drm_crtc_vblank_count_and_time() by Thierry Reding · 10 years ago
  75. 2b193f0 drm/irq: Rename drm_crtc -> crtc by Thierry Reding · 10 years ago
  76. bf22f3b drm: drm_atomic_crtc_get_property should be static by Geliang Tang · 10 years ago
  77. 5fbec901 drm/gma500: Remove DP_LINK_STATUS_SIZE redefinition by Thierry Reding · 10 years ago
  78. 21b4567 vga_switcheroo: Set active attribute to false for audio clients by Lukas Wunner · 10 years ago
  79. 73f7570 drm/core: Preserve the fb id on close. by Maarten Lankhorst · 10 years ago
  80. 1380313 drm/core: Preserve the framebuffer after removing it. by Maarten Lankhorst · 10 years ago
  81. 4dfd648 drm: Use vblank timestamps to guesstimate how many vblanks were missed by Ville Syrjälä · 10 years ago
  82. 1b2eb71 drm: store_vblank() is never called with NULL timestamp by Ville Syrjälä · 10 years ago
  83. ad1716e drm: Clean up drm_calc_vbltimestamp_from_scanoutpos() vbl_status by Ville Syrjälä · 10 years ago
  84. facfb06 drm: Limit the number of .get_vblank_counter() retries by Ville Syrjälä · 10 years ago
  85. a6e610d drm: Pass flags to drm_update_vblank_count() by Ville Syrjälä · 10 years ago
  86. 66f59c5 drm/i915: Fix vblank count variable types by Ville Syrjälä · 10 years ago
  87. 20b2020 drm: Kill pixeldur_ns by Ville Syrjälä · 10 years ago
  88. 3bb403b drm: Stop using linedur_ns and pixeldur_ns for vblank timestamps by Ville Syrjälä · 10 years ago
  89. eba1f35 drm: Move timestamping constants into drm_vblank_crtc by Ville Syrjälä · 10 years ago
  90. 9428403 drm/fbdev: Update legacy plane->fb refcounting for atomic restore by Matt Roper · 10 years ago
  91. 4127838 vga_switcheroo: Sort headers alphabetically by Lukas Wunner · 10 years ago
  92. f15a66e drm: Spell vga_switcheroo consistently by Lukas Wunner · 10 years ago
  93. 1da248a drm: s/int crtc/unsigned int pipe/ straggles by Ville Syrjälä · 10 years ago
  94. 646db26 Merge tag 'v4.3-rc2' into topic/drm-misc by Daniel Vetter · 10 years ago
  95. 7c4a7d6 drm/i915: Defer adding preallocated stolen objects to the VM list by Chris Wilson · 10 years ago
  96. 0a3579e Merge tag 'vmwgfx-fixes-4.3-150924' of git://people.freedesktop.org/~thomash/linux into drm-fixes by Dave Airlie · 10 years ago
  97. 30c6466 drm: Allow also control clients to check the drm version by Thomas Hellstrom · 10 years ago
  98. f3b8c0c drm/vmwgfx: Fix uninitialized return in vmw_kms_helper_dirty() by Christian Engelmayer · 10 years ago
  99. 49558b4 drm/vmwgfx: Fix uninitialized return in vmw_cotable_unbind() by Christian Engelmayer · 10 years ago
  100. e4b35f9 Merge branch 'drm-fixes-4.3' of git://people.freedesktop.org/~agd5f/linux into drm-fixes by Dave Airlie · 10 years ago