aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915 (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-20drm/i915: mask tiled bit when updating ILK spritesAnder Conselvan de Oliveira1-0/+1
2012-07-20drm/i915: try to train DP even harderPaulo Zanoni1-1/+1
2012-07-20drm/i915: kill intel_ddc_probeDaniel Vetter2-29/+0
2012-07-20drm/i915: check whether we actually received an edid in detect_ddcDaniel Vetter1-19/+14
2012-07-20drm/i915: fix up PCH backlight #define mixupDaniel Vetter1-1/+1
2012-07-20drm/i915: Add comments to explain the BSD tail write workaroundChris Wilson5-12/+26
2012-07-20drm/i915: Disable the BLT on pre-production SNB hardwareChris Wilson1-1/+17
2012-07-20drm/i915: initialize power wells in modeset_init_hwEugeni Dodonov3-5/+6
2012-07-20drm/i915: Only request PM interrupts for the events we handledChris Wilson1-8/+1
2012-07-20drm/i915/context: Add missing IVB context sizesBen Widawsky1-1/+5
2012-07-20drm/i915/context/: s/CTX/CXTBen Widawsky2-11/+11
2012-07-20Merge tag 'v3.5-rc7' into drm-nextDave Airlie3-18/+4
2012-07-19drm: kill reclaim_buffers callbackDaniel Vetter1-1/+0
2012-07-19drm: Make the .mode_fixup() operations mode argument a const pointerLaurent Pinchart8-10/+12
2012-07-16drm: Add colouring to the range allocatorChris Wilson2-7/+8
2012-07-14Merge tag 'drm-intel-next-2012-07-06' of git://people.freedesktop.org/~danvet/drm-intel into drm-nextDave Airlie17-416/+579
2012-07-05drm/i915: program FDI_RX TP and FDI delaysEugeni Dodonov2-0/+12
2012-07-05drm/i915: introduce for_each_encoder_on_crtcDaniel Vetter5-55/+25
2012-07-05drm/i915: adjust framebuffer base address on gen4+Daniel Vetter2-10/+39
2012-07-05drm/i915: introduce crtc->dspaddr_offsetDaniel Vetter3-25/+27
2012-07-05drm/i915: Reject page flips with changed format/offset/pitchVille Syrjälä1-0/+13
2012-07-05drm/i915: Zero initialize mode_cmdVille Syrjälä1-1/+1
2012-07-05drm/i915: don't return a spurious -EIO from intel_ring_beginDaniel Vetter1-14/+4
2012-07-05drm/i915: properly SIGBUS on I/O errorsDaniel Vetter1-0/+5
2012-07-05drm/i915: don't hang userspace when the gpu reset is stuckDaniel Vetter1-2/+11
2012-07-05drm/i915: non-interruptible sleeps can't handle -EAGAINDaniel Vetter3-10/+24
2012-07-05drm/i915: don't trylock in the gpu reset codeDaniel Vetter1-2/+1
2012-07-05drm/i915: fix PIPE_DDI_PORT_MASKPaulo Zanoni1-1/+1
2012-07-05drm/i915: prevent bogus intel_update_fbc notificationsEugeni Dodonov1-2/+0
2012-07-05drm/i915: re-initialize DDI buffer translations after resumeEugeni Dodonov1-2/+2
2012-07-05drm/i915: don't ironlake_init_pch_refclk() on LPTPaulo Zanoni2-2/+2
2012-07-05drm/i915: get rid of dev_priv->info->has_pch_splitPaulo Zanoni3-12/+4
2012-07-05drm/i915: add PCH_NONE to enum intel_pchPaulo Zanoni1-0/+1
2012-07-05drm/i915: prefer wide & slow to fast & narrow in DP configsJesse Barnes1-2/+2
2012-07-05drm/i915: fix up ilk rc6 disabling confusionDaniel Vetter4-8/+10
2012-07-05drm/i915: move force wake support into intel_pmEugeni Dodonov3-191/+192
2012-07-05drm/i915: enable RC6 workaround on HaswellEugeni Dodonov2-0/+15
2012-07-05drm/i915: introduce haswell_init_clock_gatingEugeni Dodonov1-1/+53
2012-07-05drm/i915: disable RC6 when disabling rpsEugeni Dodonov1-0/+1
2012-07-05drm/i915: enable RC6 by default on HaswellEugeni Dodonov1-2/+4
2012-07-05drm/i915: slightly improve gt enable/disable routinesEugeni Dodonov1-4/+2
2012-07-05drm/i915: add RPS configuration for HaswellEugeni Dodonov2-12/+26
2012-07-03drm/i915: support Haswell force wakingEugeni Dodonov2-4/+19
2012-07-03drm/i915: Implement w/a for sporadic read failures on waking from rc6Chris Wilson2-0/+26
2012-07-03drm/i915: Group the GT routines together in both code and vtableChris Wilson5-80/+73
2012-07-03drm/i915: kick any firmware framebuffers before claiming the gttDaniel Vetter1-7/+30
2012-06-29drm/i915: linuxify create_hw_context()Ben Widawsky1-26/+24
2012-06-28drm/i915: fix PIPE_WM_LINETIME definitionPaulo Zanoni1-1/+1
2012-06-28drm/i915: "Flush Me Harder" required on gen6+Daniel Vetter1-1/+9
2012-06-28Merge tag 'drm-intel-next-2012-06-21-merged' of git://people.freedesktop.org/~danvet/drm-intel into drm-core-nextDave Airlie22-216/+1475