summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915
AgeCommit message (Expand)AuthorFilesLines
2015-01-26drm/i915: BDW Fix Halo PCI IDs marked as ULT.Rodrigo Vivi1-2/+1
2015-01-26drm/i915: Fix and clean BDW PCH identificationRodrigo Vivi1-10/+4
2015-01-26drm/i915: Only fence tiled region of object.Bob Paauwe1-0/+7
2015-01-26drm/i915: fix inconsistent brightness after resumeJeremiah Mahler1-1/+1
2015-01-26drm/i915: Init PPGTT before context enableDavid Woodhouse1-13/+6
2015-01-12drm/i915: Fix mutex->owner inspection race under DEBUG_MUTEXESChris Wilson1-1/+1
2015-01-12drm/i915: Ban Haswell from using RCS flipsChris Wilson1-1/+1
2015-01-12drm/i915: vlv: sanitize RPS interrupt mask during GPU idlingImre Deak2-2/+5
2015-01-12drm/i915: fix HW lockup due to missing RPS IRQ workaround on GEN6Imre Deak3-12/+18
2015-01-12drm/i915: gen9: fix RPS interrupt routing to CPU vs. GTImre Deak1-1/+1
2015-01-04Merge tag 'drm-intel-next-fixes-2014-12-30' of git://anongit.freedesktop.org/...Dave Airlie5-41/+10
2014-12-24Revert "drm/gem: Warn on illegal use of the dumb buffer interface v2"Dave Airlie4-30/+8
2014-12-23Merge tag 'drm-intel-next-fixes-2014-12-17' of git://anongit.freedesktop.org/...Dave Airlie6-22/+82
2014-12-18drm/i915: add missing rpm ref to i915_gem_pwrite_ioctlImre Deak1-1/+7
2014-12-18Revert "drm/i915: Preserve VGACNTR bits from the BIOS"Ville Syrjälä2-9/+1
2014-12-18drm/i915: Don't call intel_prepare_page_flip() multiple times on gen2-4Ville Syrjälä1-4/+2
2014-12-18drm/i915: Kill check_power_well() callsVille Syrjälä1-27/+0
2014-12-16drm/i915: Disable PSMI sleep messages on all rings around context switchesChris Wilson2-8/+42
2014-12-16drm/i915: Force the CS stall for invalidate flushesChris Wilson1-0/+2
2014-12-16drm/i915: Invalidate media caches on gen7Chris Wilson2-0/+2
2014-12-15drm/i915: sanitize RPS resetting during GPU resetImre Deak2-10/+22
2014-12-15drm/i915: move RPS PM_IER enabling to gen6_enable_rps_interruptsImre Deak1-3/+13
2014-12-12Merge tag 'drm-intel-next-fixes-2014-12-11' of git://anongit.freedesktop.org/...Dave Airlie9-23/+71
2014-12-11drm/i915: vlv: fix IRQ masking when uninstalling interruptsImre Deak1-1/+1
2014-12-11drm/i915: save/restore GMBUS freq across suspend/resume on gen4Jesse Barnes3-0/+10
2014-12-10drm/i915: Remove '& 0xffff' from the mask given to WA_REG()Damien Lespiau1-2/+2
2014-12-10drm/i915: Invert the mask and val arguments in wa_add() and WA_REG()Damien Lespiau1-9/+9
2014-12-10drm/i915/bdw: Fix the write setting up the WIZ hashing modeDamien Lespiau3-8/+23
2014-12-10drm/i915: Don't complain about stolen conflicts on gen3Daniel Vetter1-1/+5
2014-12-09drm/fb: add support for tiled monitor configurations. (v2)Dave Airlie1-3/+21
2014-12-09drm/tile: expose the tile property to userspace (v3)Dave Airlie1-0/+2
2014-12-09drm/mst: cached EDID for logical ports (v2)Dave Airlie1-1/+1
2014-12-08drm/i915: resume MST after reading back hw stateDave Airlie1-1/+2
2014-12-08Merge tag 'v3.18' into drm-nextDave Airlie2-14/+11
2014-12-05drm/i915: Handle inaccurate time conversion issuesDaniel Vetter1-0/+10
2014-12-05drm/i915: compute wait_ioctl timeout correctlyDaniel Vetter2-1/+7
2014-12-05drm/i915: don't always do full mode sets when infoframes are enabledJesse Barnes1-4/+6
2014-12-03drm/i915: Reject modeset when the same digital port is used more than onceVille Syrjälä1-0/+47
2014-12-03drm/i915: mask RPS IRQs properly when disabling RPSImre Deak1-7/+20
2014-12-03drm/i915: Tune down spurious CRC interrupt warningDaniel Vetter1-1/+1
2014-12-03drm/i915: Fix context object leak for legacy contextsThomas Daniel1-4/+6
2014-12-03drm/i915/skl: Update in Gen9 multi-engine forcewake rangeAkash Goel1-4/+8
2014-12-03drm/i915/eDP: When enabling panel VDD cancel pending disable workerEgbert Eich1-0/+1
2014-12-03drm/i915: Handle runtime pm in the CRC setup codeDaniel Vetter1-0/+5
2014-12-03drm/i915: Disable crtcs gracefully before GPU reset on gen3/4Ville Syrjälä2-2/+12
2014-12-03drm/i915: Grab modeset locks for GPU rest on pre-ctgVille Syrjälä4-37/+74
2014-12-03drm/i915: Implement GPU reset for g33Ville Syrjälä2-3/+13
2014-12-03drm/i915: Implement GPU reset for 915/945Ville Syrjälä3-14/+15
2014-12-03drm/i915: Restore the display config after a GPU reset on gen4Ville Syrjälä1-0/+18
2014-12-03drm/i915: Fix gen4 GPU resetVille Syrjälä2-27/+15