aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2012-07-25drm/i915: Split i915_gem_flush_ring() into seperate invalidate/flush funcsChris Wilson
2012-07-25drm/i915: Clear the pending_gpu_fenced_access flag at the start of execbufferChris Wilson
2012-07-25drm/i915: Replace the complex flushing logic with simple invalidate/flush allDaniel Vetter
2012-07-25drm/i915: Remove the explicit flush of the GPU write domainChris Wilson
2012-07-25drm/i915: Remove explicit flush from i915_gem_object_flush_fence()Chris Wilson
2012-07-25drm/i915: Remove the per-ring write listChris Wilson
2012-07-25drm/i915: Remove the defunct flushing listChris Wilson
2012-07-25drm/i915: Replace the pending_gpu_write flag with an explicit seqnoChris Wilson
2012-07-25drm/i915: Remove assertion over write domain after i915_gem_object_sync()Chris Wilson
2012-07-25drm/i915: Allow late allocation of request for i915_add_request()Chris Wilson
2012-07-25drm/i915: add inte_crt->adpa_regDaniel Vetter
2012-07-25drm/i915: create VLV_DSIPLAY_BASE #defineDaniel Vetter
2012-07-25drm/i915: Return a mask of the active rings in the high word of busy_ioctlChris Wilson
2012-07-25drm/i915: add register read IOCTLBen Widawsky
2012-07-25drm/i915: Support for ns2501-DVOThomas Richter
2012-07-25drm/i915: add port field to struct intel_dp and use itPaulo Zanoni
2012-07-25drm/i915: move common code to intel_dp_set_link_trainPaulo Zanoni
2012-07-25drm/i915: add port parameter to intel_hdmi_initDaniel Vetter
2012-07-25drm/i915: simplify possible_clones computationDaniel Vetter
2012-07-25drm/i915: group ADPA #defines togetherDaniel Vetter
2012-07-25drm/i915: Cleanup context switching through do_switch()Chris Wilson
2012-07-25drm/i915: Move DP structs to shared locationShobhit Kumar
2012-07-25drm/i915: unbreak lastclose for failed driver initDaniel Vetter
2012-07-25drm/i915: Set the context before setting up regs for the context.Eric Anholt
2012-07-25drm/i915: constify mode in crtc_mode_fixupDaniel Vetter
2012-07-25drm/i915/lvds: ditch ->prepare special caseDaniel Vetter
2012-07-25drm/i915: dereferencing an error pointerDan Carpenter
2012-07-25drm/i915: fix invalid reference handling of the default ctx objChris Wilson
2012-07-25drm/i915: Add -EIO to the list of known errors for __wait_seqnoChris Wilson
2012-07-25drm/i915: Flush the context object from the CPU caches upon switchingChris Wilson
2012-07-20drm/i915: Make the lock for pageflips interruptibleChris Wilson
2012-07-20drm/i915: don't forget the PCH backlight registersPaulo Zanoni
2012-07-20drm/i915: Insert a flush between batches if the breadcrumb was droppedChris Wilson
2012-07-20drm/i915: missing error case in init status pageBen Widawsky
2012-07-20drm/i915: mask tiled bit when updating ILK spritesAnder Conselvan de Oliveira
2012-07-20drm/i915: try to train DP even harderPaulo Zanoni
2012-07-20drm/i915: kill intel_ddc_probeDaniel Vetter
2012-07-20drm/i915: check whether we actually received an edid in detect_ddcDaniel Vetter
2012-07-20drm/i915: fix up PCH backlight #define mixupDaniel Vetter
2012-07-20drm/i915: Add comments to explain the BSD tail write workaroundChris Wilson
2012-07-20drm/i915: Disable the BLT on pre-production SNB hardwareChris Wilson
2012-07-20drm/i915: initialize power wells in modeset_init_hwEugeni Dodonov
2012-07-20drm/i915: Only request PM interrupts for the events we handledChris Wilson
2012-07-20drm/i915/context: Add missing IVB context sizesBen Widawsky
2012-07-20drm/i915/context/: s/CTX/CXTBen Widawsky
2012-07-19drm/sis: fixup sis_mm ioctl structsDaniel Vetter
2012-07-19drm: unconditionally clean up dma buffers of closing clientsDaniel Vetter
2012-07-19drm: kill dma queue supportDaniel Vetter
2012-07-19drm: ditch strange DRIVER_DMA_QUEUE only error bail-outDaniel Vetter
2012-07-19drm: kill reclaim_buffers callbackDaniel Vetter