summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)Author
2013-08-23drm/i915: fix how we mask PMIMR when adding work to the queuePaulo Zanoni
2013-08-23drm/i915: don't queue PM events we won't processPaulo Zanoni
2013-08-23drm/i915: don't disable/reenable IVB error interrupts when not neededPaulo Zanoni
2013-08-23drm/i915: add dev_priv->pm_irq_maskPaulo Zanoni
2013-08-23drm/i915: don't update GEN6_PMIMR when it's not neededPaulo Zanoni
2013-08-23drm/i915: wrap GEN6_PMIMR changesPaulo Zanoni
2013-08-23drm/i915: wrap GTIMR changesPaulo Zanoni
2013-08-23drm/i915: add the FCLK case to intel_ddi_get_cdclk_freqPaulo Zanoni
2013-08-23drm/i915: Expose energy counter on SNB+ through debugfsJesse Barnes
2013-08-23drm/i915: Remove I915_READ_{NOPID, SYNC_0, SYNC_1})()Damien Lespiau
2013-08-23drm: Remove IS_IRONLAKE_D()Damien Lespiau
2013-08-23drm/i915: Remove HAS_PIPE_CONTROL()Damien Lespiau
2013-08-23drm/i915: Remove DSPARB_HWCONTROL()Damien Lespiau
2013-08-23drm/i915: make IVB FDI training match spec v3Jesse Barnes
2013-08-23drm/i915/vma: Correct use after free in evictionBen Widawsky
2013-08-22drm/i915: prepare bind_to_vm for preallocated vmaBen Widawsky
2013-08-22drm/i915: Switch eviction code to use vmasBen Widawsky
2013-08-22drm/i915: s/obj->exec_list/obj->obj_exec_link in debugfsBen Widawsky
2013-08-22i915: Add a Kconfig option to turn on i915.preliminary_hw_support by defaultJosh Triplett
2013-08-22drm/i915: enable the power well before module unloadPaulo Zanoni
2013-08-22drm/i915: explicit store base gem object in dma_buf->privDaniel Vetter
2013-08-22drm/i915: unpin backing storage in dmabuf_unmapDaniel Vetter
2013-08-22drm/i915: Only unmask required PM interruptsVinit Azad
2013-08-22drm/i915: clarify Haswell power well bit namesPaulo Zanoni
2013-08-22drm/i915: check the power well when redisabling VGAPaulo Zanoni
2013-08-22drm/i915: Drop the overzealous warning from i915_gem_set_cache_levelChris Wilson
2013-08-22drm: WARN when removing unallocated nodeBen Widawsky
2013-08-22drm/i915: use vma->node directly and rewrap map&fence in bindDaniel Vetter
2013-08-22drm/i915: cleanup map&fence in bindBen Widawsky
2013-08-22drm/i915: Remove node only when allocatedBen Widawsky
2013-08-22drm/i915: clarify error paths in create_stolen_for_preallocatedDaniel Vetter
2013-08-22drm/i915: Get VECS semaphore info on errorBen Widawsky
2013-08-22drm/i915: Initialize seqno for VECS tooBen Widawsky
2013-08-22drm/i915: tune the RC6 threshold for stabilityStéphane Marchesin
2013-08-22drm/i915: print a message when we detect an early Haswell SDVPaulo Zanoni
2013-08-22drm/i915: Print the changes required for modesetChris Wilson
2013-08-22drm/i915: remove set but unused variablesPaulo Zanoni
2013-08-22drm/i915: Allow the user to set bo into the DISPLAY cache domainChris Wilson
2013-08-22drm/i915: Use Write-Through cacheing for the display plane on IrisChris Wilson
2013-08-22drm/i915: drop unnecessary local variable to suppress build warningJani Nikula
2013-08-22drm/i915: give more distinctive names to ring hangcheck action enumsJani Nikula
2013-08-22drm/i915: remove unused leftover variable irq_receivedJani Nikula
2013-08-22i915: Fix SDVO potentially turning off randomlyGuillaume Clement
2013-08-22drm/i915: WARN_ON failed map_and_fenceableBen Widawsky
2013-08-22drm/i915: Only do a chipset flush after a clflushChris Wilson
2013-08-10drm/i915: Allow the GPU to cache stolen memoryChris Wilson
2013-08-10drm/i915: Update rules for writing through the LLC with the cpuChris Wilson
2013-08-10drm/i915: Track when an object is pinned for use by the display engineChris Wilson
2013-08-10drm/i915: Update rules for reading cache lines through the LLCChris Wilson
2013-08-09drm/i915: Fix FB WM for HSWVille Syrjälä