summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-06-28drm/i915: Added scheduler hook when closing DRM file handlesJohn Harrison3-0/+49
2016-06-28drm/i915: Force MMIO flips when scheduler enabledJohn Harrison1-0/+3
2016-06-28drm/i915: Disable hardware semaphores when GPU scheduler is enabledJohn Harrison2-0/+13
2016-06-28drm/i915: Start of GPU schedulerJohn Harrison6-0/+991
2016-06-28drm/i915: Re-instate request->uniq because it is extremely usefulJohn Harrison3-11/+30
2016-06-28drm/i915: Cache request pointer in *_submission_final()Dave Gordon2-13/+15
2016-06-28drm/i915: Split i915_dem_do_execbuffer() in halfJohn Harrison5-47/+137
2016-06-28drm/i915: Prelude to splitting i915_gem_do_execbuffer in twoJohn Harrison2-21/+38
2016-06-28drm/i915: Add total count to context status debugfs outputJohn Harrison1-1/+4
2016-06-28SetStart: Big squash of GPU schedulerJohn Harrison1-0/+2
2016-06-28SetEndJohn Harrison1-2/+0
2016-06-28drm/i915: Cache last IRQ seqno to reduce IRQ overheadJohn Harrison2-2/+20
2016-06-28drm/i915: Updated request structure tracingJohn Harrison3-9/+16
2016-06-28drm/i915: Interrupt driven fencesJohn Harrison6-22/+235
2016-06-28drm/i915: Delay the freeing of requests until retire timeJohn Harrison7-25/+51
2016-06-28drm/i915: Fix clean up of file client list on execbuff failureJohn Harrison3-4/+8
2016-06-28drm/i915: Add per context timelines to fence objectJohn Harrison5-18/+115
2016-06-28drm/i915: Removed now redudant parameter to i915_gem_request_completed()John Harrison5-13/+12
2016-06-28drm/i915: Convert requests to use struct fenceJohn Harrison6-35/+89
2016-06-28SetStart: Big squash of struct fence stuffJohn Harrison1-0/+2
2016-03-23drm-intel-nightly: 2016y-03m-23d-12h-24m-24s UTC integration manifestAnder Conselvan de Oliveira1-0/+22
2016-03-23Merge remote-tracking branch 'origin/topic/core-for-CI' into drm-intel-nightlyAnder Conselvan de Oliveira2-10/+13
2016-03-23Merge remote-tracking branch 'origin/topic/kerneldoc' into drm-intel-nightlyAnder Conselvan de Oliveira3-38/+164
2016-03-23Merge remote-tracking branch 'origin/topic/drm-misc' into drm-intel-nightlyAnder Conselvan de Oliveira11-40/+45
2016-03-23Merge remote-tracking branch 'origin/topic/drm-fixes' into drm-intel-nightlyAnder Conselvan de Oliveira2-4/+11
2016-03-23Merge remote-tracking branch 'sound-upstream/for-next' into drm-intel-nightlyAnder Conselvan de Oliveira218-4721/+13120
2016-03-23Merge remote-tracking branch 'drm-upstream/drm-next' into drm-intel-nightlyAnder Conselvan de Oliveira123-3436/+5739
2016-03-23Merge remote-tracking branch 'origin/drm-intel-next-queued' into drm-intel-ni...Ander Conselvan de Oliveira109-7159/+9484
2016-03-23Merge remote-tracking branch 'origin/drm-intel-next-fixes' into drm-intel-nig...Ander Conselvan de Oliveira909-27303/+41986
2016-03-23Merge remote-tracking branch 'drm-upstream/drm-fixes' into drm-intel-nightlyAnder Conselvan de Oliveira0-0/+0
2016-03-23drm/i915: Split PNV version of crtc_compute_clock()Ander Conselvan de Oliveira2-73/+79
2016-03-23drm/i915: Split g4x_crtc_compute_clock()Ander Conselvan de Oliveira1-29/+53
2016-03-23drm/i915: Split i8xx_crtc_compute_clock()Ander Conselvan de Oliveira1-38/+53
2016-03-23drm/i915: Split CHV and VLV specific crtc_compute_clock() hooksAnder Conselvan de Oliveira1-24/+78
2016-03-23drm/i915: Merge ironlake_compute_clocks() and ironlake_crtc_compute_clock()Ander Conselvan de Oliveira1-53/+33
2016-03-23drm/i915: Move fp divisor calculation into ironlake_compute_dpll()Ander Conselvan de Oliveira1-23/+22
2016-03-23drm/i915: Pass crtc_state->dpll directly to ->find_dpll()Ander Conselvan de Oliveira1-24/+10
2016-03-23drm/i915: Simplify ironlake_crtc_compute_clock() CPU eDP caseAnder Conselvan de Oliveira1-24/+23
2016-03-23drm/i915: Remove PCH type checks from ironlake_crtc_compute_clock()Ander Conselvan de Oliveira1-4/+0
2016-03-23drm/i915: Don't calculate a new clock in ILK+ code if it is already setAnder Conselvan de Oliveira1-8/+9
2016-03-23drm/i915: Simplify ironlake reduced clock logic a bitAnder Conselvan de Oliveira1-4/+3
2016-03-23drm/i915: Call g4x_find_best_dpll() directly from ILK+ codeAnder Conselvan de Oliveira1-3/+2
2016-03-23drm/i915: Fold intel_ironlake_limit() into clock computation functionAnder Conselvan de Oliveira1-33/+23
2016-03-23drm/i915: Merge ironlake_get_refclk() into its only callerAnder Conselvan de Oliveira1-16/+8
2016-03-23drm/i915: Remove checks for cloned config with LVDS in dpll codeAnder Conselvan de Oliveira1-54/+16
2016-03-23drm/i915: Wait for vblank in i9xx_disable_crtc() for gen 2 onlyAnder Conselvan de Oliveira1-3/+2
2016-03-23drm/i915: Fix use after free when printing load failureMika Kuoppala1-2/+2
2016-03-23ALSA: timer: fix gparams ioctl compatibility for different architecturesTakashi Sakamoto2-8/+42
2016-03-22drm/i915/bxt: Initialize MIPI DSI for BXTShashank Sharma3-0/+5
2016-03-22drm/i915: Make __i915_printk debug output behave the same as DRM_DEBUG_DRIVERImre Deak1-0/+4