summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915
AgeCommit message (Expand)AuthorFilesLines
2013-09-07drm/i915: Delay disabling of VGA memory until vgacon->fbcon handoff is doneVille Syrjälä3-11/+23
2013-09-06drm/i915: try not to lose backlight CBLV precisionJani Nikula1-1/+1
2013-09-06drm/i915: Confine page flips to BCS on ValleyviewChris Wilson1-1/+1
2013-09-05drm/i915: Skip stolen region initialisation if none is reservedChris Wilson1-0/+3
2013-09-05drm/i915: fix gpu hang vs. flip stall deadlocksDaniel Vetter1-1/+7
2013-09-05drm/i915: Hold an object reference whilst we shrink itChris Wilson1-6/+39
2013-09-04drm/i915: fix i9xx_crtc_clock_get for multiplied pixelsDaniel Vetter1-2/+1
2013-09-04drm/i915: handle sdvo input pixel multiplier correctly againDaniel Vetter1-8/+9
2013-09-04drm/i915: fix hpd work vs. flush_work in the pageflip code deadlockDaniel Vetter2-2/+14
2013-09-03drm/i915: fix up the relocate_entry refactoringDaniel Vetter1-0/+3
2013-09-03drm/i915: Fix pipe config warnings when dealing with LVDS fixed modeVille Syrjälä3-17/+7
2013-09-03drm/i915: Don't call sg_free_table() if sg_alloc_table() failsDamien Lespiau1-1/+0
2013-09-03i915: Update VGA arbiter support for newer devicesAlex Williamson2-3/+31
2013-09-03drm/i915: Pin pages whilst mapping the dma-bufChris Wilson1-19/+22
2013-09-03drm/i915: enable trickle feed on HaswellPaulo Zanoni4-7/+13
2013-09-03x86: add early quirk for reserving Intel graphics stolen memory v5Jesse Barnes1-15/+0
2013-09-03drm/i915: split PCI IDs out into i915_drm.h v4Jesse Barnes1-130/+34
2013-09-03i915_gem: Convert kmem_cache_alloc(...GFP_ZERO) to kmem_cache_zallocJoe Perches1-1/+1
2013-09-03drm/i915: Use RCS flips on Ivybridge+Chris Wilson2-9/+49
2013-09-03drm/i915: Embed the ring->private within the struct intel_ring_bufferChris Wilson3-72/+35
2013-09-03drm/i915: fix lvds/dp panel fitter settingImre Deak1-0/+2
2013-09-03drm/i915: tune down hangcheck noiseDaniel Vetter1-3/+3
2013-09-03drm/i915: Report requested frequency alongside current frequency in debugfsChris Wilson1-1/+10
2013-09-03drm/i915: Apply the force-detect VGA w/a to ValleyviewChris Wilson1-1/+1
2013-09-03drm/i915: Adjust available RPS information through sysfs for vlvChris Wilson1-5/+31
2013-09-03drm/i915: sanitize forcewake registers on resetMika Kuoppala1-1/+8
2013-09-03drm/i915: Don't mask EI UP interrupt on IVB|SNBMika Kuoppala1-1/+11
2013-09-02drm/i915: Support render nodesKristian Høgsberg2-22/+23
2013-09-02Merge branch 'drm-next-3.12' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie6-36/+119
2013-08-30Merge tag 'drm-intel-next-2013-08-23' of git://people.freedesktop.org/~danvet...Dave Airlie23-385/+1021
2013-08-30drm: Pass page flip ioctl flags to driverKeith Packard2-9/+17
2013-08-30drm/i915/hdmi: Write HDMI vendor specific infoframesLespiau, Damien2-0/+30
2013-08-30drm/i915: ivb: fix edp voltage swing reg valImre Deak1-1/+1
2013-08-29gpu/vga_switcheroo: add driver control power feature. (v3)Dave Airlie1-1/+1
2013-08-23drm/i915: Print seqnos as unsigned in debugfsVille Syrjälä1-1/+1
2013-08-23drm/i915: Fix context size calculation on SNB/IVB/VLVVille Syrjälä1-8/+15
2013-08-23drm/i915: Use POSTING_READ in lcpll codeDaniel Vetter1-1/+2
2013-08-23drm/i915: enable Package C8+ by defaultPaulo Zanoni1-2/+2
2013-08-23drm/i915: add i915.pc8_timeout functionPaulo Zanoni3-1/+6
2013-08-23drm/i915: add i915_pc8_status debugfs filePaulo Zanoni1-0/+26
2013-08-23drm/i915: allow package C8+ states on Haswell (disabled)Paulo Zanoni10-2/+390
2013-08-23drm/i915: fix SDEIMR assertion when disabling LCPLLPaulo Zanoni1-6/+2
2013-08-23drm/i915: grab force_wake when restoring LCPLLPaulo Zanoni1-0/+6
2013-08-23drm/i915: drop WaMbcDriverBootEnable workaroundJesse Barnes1-17/+0
2013-08-23drm/i915: Cleaning up the relocate entry functionRafael Barbalho1-34/+54
2013-08-23drm/i915: merge HSW and SNB PM irq handlersPaulo Zanoni1-38/+12
2013-08-23drm/i915: fix how we mask PMIMR when adding work to the queuePaulo Zanoni1-9/+2
2013-08-23drm/i915: don't queue PM events we won't processPaulo Zanoni1-3/+6
2013-08-23drm/i915: don't disable/reenable IVB error interrupts when not neededPaulo Zanoni1-2/+5
2013-08-23drm/i915: add dev_priv->pm_irq_maskPaulo Zanoni2-5/+8