summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: add port field to struct intel_dp and use itPaulo Zanoni2012-07-253-34/+34
* drm/i915: move common code to intel_dp_set_link_trainPaulo Zanoni2012-07-251-34/+51
* drm/i915: add port parameter to intel_hdmi_initDaniel Vetter2012-07-254-38/+22Star
* drm/i915: simplify possible_clones computationDaniel Vetter2012-07-259-61/+35Star
* drm/i915: group ADPA #defines togetherDaniel Vetter2012-07-251-25/+22Star
* drm/i915: Cleanup context switching through do_switch()Chris Wilson2012-07-251-31/+26Star
* drm/i915: Move DP structs to shared locationShobhit Kumar2012-07-252-32/+32
* drm/i915: unbreak lastclose for failed driver initDaniel Vetter2012-07-251-1/+7
* drm/i915: Set the context before setting up regs for the context.Eric Anholt2012-07-251-4/+4
* drm/i915: constify mode in crtc_mode_fixupDaniel Vetter2012-07-251-1/+1
* drm/i915/lvds: ditch ->prepare special caseDaniel Vetter2012-07-251-7/+1Star
* drm/i915: dereferencing an error pointerDan Carpenter2012-07-251-1/+3
* drm/i915: fix invalid reference handling of the default ctx objChris Wilson2012-07-251-14/+4Star
* drm/i915: Add -EIO to the list of known errors for __wait_seqnoChris Wilson2012-07-251-0/+1
* drm/i915: Flush the context object from the CPU caches upon switchingChris Wilson2012-07-251-0/+11
* drm/i915: Make the lock for pageflips interruptibleChris Wilson2012-07-201-1/+4
* drm/i915: don't forget the PCH backlight registersPaulo Zanoni2012-07-201-1/+14
* drm/i915: Insert a flush between batches if the breadcrumb was droppedChris Wilson2012-07-201-2/+7
* drm/i915: missing error case in init status pageBen Widawsky2012-07-201-0/+1
* drm/i915: mask tiled bit when updating ILK spritesAnder Conselvan de Oliveira2012-07-201-0/+1
* drm/i915: try to train DP even harderPaulo Zanoni2012-07-201-1/+1
* drm/i915: kill intel_ddc_probeDaniel Vetter2012-07-202-29/+0Star
* drm/i915: check whether we actually received an edid in detect_ddcDaniel Vetter2012-07-201-19/+14Star
* drm/i915: fix up PCH backlight #define mixupDaniel Vetter2012-07-201-1/+1
* drm/i915: Add comments to explain the BSD tail write workaroundChris Wilson2012-07-205-12/+26
* drm/i915: Disable the BLT on pre-production SNB hardwareChris Wilson2012-07-201-1/+17
* drm/i915: initialize power wells in modeset_init_hwEugeni Dodonov2012-07-203-5/+6
* drm/i915: Only request PM interrupts for the events we handledChris Wilson2012-07-201-8/+1Star
* drm/i915/context: Add missing IVB context sizesBen Widawsky2012-07-201-1/+5
* drm/i915/context/: s/CTX/CXTBen Widawsky2012-07-202-11/+11
* drm/sis: fixup sis_mm ioctl structsDaniel Vetter2012-07-202-7/+7
* drm: kill i915/i830 ids from drm_pciids.hDaniel Vetter2012-07-201-42/+0Star
* drm: unconditionally clean up dma buffers of closing clientsDaniel Vetter2012-07-201-3/+3
* drm: kill dma queue supportDaniel Vetter2012-07-209-80/+4Star
* drm: ditch strange DRIVER_DMA_QUEUE only error bail-outDaniel Vetter2012-07-201-4/+0Star
* drm: kill reclaim_buffers callbackDaniel Vetter2012-07-209-13/+2Star
* drm/savage: clean up reclaim_buffersDaniel Vetter2012-07-202-3/+8
* drm: kill reclaim_buffers_lockedDaniel Vetter2012-07-203-48/+1Star
* Revert "Revert "drm/i810: cleanup reclaim_buffers""Daniel Vetter2012-07-203-11/+13
* drm: kill reclaim_buffers_idlelocked functionsDaniel Vetter2012-07-202-10/+0Star
* drm/sis: clean up reclaim_buffersDaniel Vetter2012-07-202-4/+12
* drm/via: clean up reclaim_buffersDaniel Vetter2012-07-202-5/+12
* drm/udl: port over blanking code from udlfb.Dave Airlie2012-07-201-7/+37
* drm/radeon/kms: auto detect pcie link speed from root portDave Airlie2012-07-204-3/+35
* drm/pci: add support for getting the supported link bw.Dave Airlie2012-07-202-0/+54
* pci_regs: define LNKSTA2 pcie cap + bits.Dave Airlie2012-07-201-0/+5
* drm/radeon: improve GPU lockup debugging info on r6xx/r7xx/r8xx/r9xxJerome Glisse2012-07-206-0/+59
* drm/mgag200: fix null pointer dereferenceDevendra Naga2012-07-201-0/+3
* drm/radeon: Try harder to avoid HW cursor ending on a multiple of 128 columns.Michel Dänzer2012-07-201-1/+7
* drm: Make the .mode_fixup() operations mode argument a const pointerLaurent Pinchart2012-07-2055-72/+78