summaryrefslogtreecommitdiffstats
path: root/drivers/pci (unfollow)
Commit message (Expand)AuthorFilesLines
2013-08-22drm/i915: s/obj->exec_list/obj->obj_exec_link in debugfsBen Widawsky3-6/+9
2013-08-22i915: Add a Kconfig option to turn on i915.preliminary_hw_support by defaultJosh Triplett2-2/+13
2013-08-22drm/i915: enable the power well before module unloadPaulo Zanoni1-1/+6
2013-08-22drm/i915: explicit store base gem object in dma_buf->privDaniel Vetter1-9/+12
2013-08-22drm/i915: unpin backing storage in dmabuf_unmapDaniel Vetter1-0/+8
2013-08-22drm/i915: Only unmask required PM interruptsVinit Azad1-2/+2
2013-08-22drm/i915: clarify Haswell power well bit namesPaulo Zanoni3-9/+10
2013-08-22drm/i915: check the power well when redisabling VGAPaulo Zanoni1-0/+11
2013-08-22drm/i915: Drop the overzealous warning from i915_gem_set_cache_levelChris Wilson1-1/+0
2013-08-22drm: WARN when removing unallocated nodeBen Widawsky1-0/+3
2013-08-22drm/i915: use vma->node directly and rewrap map&fence in bindDaniel Vetter1-5/+4
2013-08-22drm/i915: cleanup map&fence in bindBen Widawsky1-10/+9
2013-08-22drm/i915: Remove node only when allocatedBen Widawsky1-0/+5
2013-08-22drm/i915: clarify error paths in create_stolen_for_preallocatedDaniel Vetter1-2/+3
2013-08-22drm/i915: Get VECS semaphore info on errorBen Widawsky1-0/+11
2013-08-22drm/i915: Initialize seqno for VECS tooBen Widawsky1-0/+2
2013-08-22drm/i915: tune the RC6 threshold for stabilityStéphane Marchesin1-1/+4
2013-08-22drm/i915: print a message when we detect an early Haswell SDVPaulo Zanoni2-0/+10
2013-08-22drm/i915: Print the changes required for modesetChris Wilson1-0/+3
2013-08-22drm/i915: remove set but unused variablesPaulo Zanoni3-15/+2
2013-08-22drm/i915: Allow the user to set bo into the DISPLAY cache domainChris Wilson1-0/+7
2013-08-22drm/i915: Use Write-Through cacheing for the display plane on IrisChris Wilson5-4/+29
2013-08-22drm/i915: drop unnecessary local variable to suppress build warningJani Nikula1-7/+3
2013-08-22drm/i915: give more distinctive names to ring hangcheck action enumsJani Nikula3-13/+18
2013-08-22drm/i915: remove unused leftover variable irq_receivedJani Nikula1-2/+0
2013-08-22i915: Fix SDVO potentially turning off randomlyGuillaume Clement1-1/+2
2013-08-22drm/i915: WARN_ON failed map_and_fenceableBen Widawsky1-0/+2
2013-08-22drm/i915: reserve I915_CACHING_DISPLAY and document cache modesDaniel Vetter1-0/+24
2013-08-22drm/i915: Only do a chipset flush after a clflushChris Wilson3-12/+15
2013-08-10drm/i915: Allow the GPU to cache stolen memoryChris Wilson1-3/+2
2013-08-10drm/i915: Update rules for writing through the LLC with the cpuChris Wilson4-29/+35
2013-08-10drm/i915: Track when an object is pinned for use by the display engineChris Wilson4-6/+42
2013-08-10drm/i915: Update rules for reading cache lines through the LLCChris Wilson1-8/+14
2013-08-09drm/i915: Fix FB WM for HSWVille Syrjälä1-1/+2
2013-08-09drm/i915: expose HDMI connectors on port C on BYTJesse Barnes1-2/+7
2013-08-09drm/i915: fix a limit check in hsw_compute_wm_results()Dan Carpenter1-1/+1
2013-08-09drm/i915: unbreak i915_gem_object_ggtt_unbind()Dan Carpenter1-1/+1
2013-08-09drm/i915: Make intel_set_mode() staticDamien Lespiau2-5/+7
2013-08-09drm/i915: Remove intel_modeset_disable()Damien Lespiau2-11/+0
2013-08-09drm/i915: Make intel_encoder_dpms() staticDamien Lespiau2-3/+2
2013-08-09drm/i915: Make i915_hangcheck_elapsed() staticDamien Lespiau2-2/+1
2013-08-09drm/i915: Fix #endif commentDamien Lespiau1-1/+1
2013-08-09drm/i915: Remove i915_gem_object_check_coherency()Damien Lespiau2-72/+0
2013-08-09drm/i915: Remove stale prototypesDamien Lespiau2-10/+0
2013-08-08drm/i915: List objects allocated from stolen memory in debugfsChris Wilson1-0/+63
2013-08-08drm/i915: Always call intel_update_sprite_watermarks() when disabling a planeVille Syrjälä1-0/+4
2013-08-08drm/i915: Pass plane and crtc to intel_update_sprite_watermarksVille Syrjälä4-24/+24
2013-08-08drm/i915: Don't try to disable plane if it's already disabledVille Syrjälä1-2/+7
2013-08-08drm/i915: Pass crtc to our update/disable_plane hooksVille Syrjälä2-10/+15
2013-08-08drm/i915: Split plane watermark parameters into a separate structVille Syrjälä2-36/+35