summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915
AgeCommit message (Expand)AuthorFilesLines
2012-07-26Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie18-119/+140
2012-07-25drm/i915: unbreak lastclose for failed driver initDaniel Vetter1-1/+7
2012-07-25drm/i915: Set the context before setting up regs for the context.Eric Anholt1-4/+4
2012-07-25drm/i915: constify mode in crtc_mode_fixupDaniel Vetter1-1/+1
2012-07-25drm/i915/lvds: ditch ->prepare special caseDaniel Vetter1-7/+1
2012-07-25drm/i915: dereferencing an error pointerDan Carpenter1-1/+3
2012-07-25drm/i915: fix invalid reference handling of the default ctx objChris Wilson1-14/+4
2012-07-25drm/i915: Add -EIO to the list of known errors for __wait_seqnoChris Wilson1-0/+1
2012-07-25drm/i915: Flush the context object from the CPU caches upon switchingChris Wilson1-0/+11
2012-07-20drm/i915: Make the lock for pageflips interruptibleChris Wilson1-1/+4
2012-07-20drm/i915: don't forget the PCH backlight registersPaulo Zanoni1-1/+14
2012-07-20drm/i915: Insert a flush between batches if the breadcrumb was droppedChris Wilson1-2/+7
2012-07-20drm/i915: missing error case in init status pageBen Widawsky1-0/+1
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-20drm: kill reclaim_buffers callbackDaniel Vetter1-1/+0
2012-07-20drm: Make the .mode_fixup() operations mode argument a const pointerLaurent Pinchart8-10/+12
2012-07-15drm: 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...Dave 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