index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
pci
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-08-22
drm/i915: s/obj->exec_list/obj->obj_exec_link in debugfs
Ben Widawsky
3
-6
/
+9
2013-08-22
i915: Add a Kconfig option to turn on i915.preliminary_hw_support by default
Josh Triplett
2
-2
/
+13
2013-08-22
drm/i915: enable the power well before module unload
Paulo Zanoni
1
-1
/
+6
2013-08-22
drm/i915: explicit store base gem object in dma_buf->priv
Daniel Vetter
1
-9
/
+12
2013-08-22
drm/i915: unpin backing storage in dmabuf_unmap
Daniel Vetter
1
-0
/
+8
2013-08-22
drm/i915: Only unmask required PM interrupts
Vinit Azad
1
-2
/
+2
2013-08-22
drm/i915: clarify Haswell power well bit names
Paulo Zanoni
3
-9
/
+10
2013-08-22
drm/i915: check the power well when redisabling VGA
Paulo Zanoni
1
-0
/
+11
2013-08-22
drm/i915: Drop the overzealous warning from i915_gem_set_cache_level
Chris Wilson
1
-1
/
+0
2013-08-22
drm: WARN when removing unallocated node
Ben Widawsky
1
-0
/
+3
2013-08-22
drm/i915: use vma->node directly and rewrap map&fence in bind
Daniel Vetter
1
-5
/
+4
2013-08-22
drm/i915: cleanup map&fence in bind
Ben Widawsky
1
-10
/
+9
2013-08-22
drm/i915: Remove node only when allocated
Ben Widawsky
1
-0
/
+5
2013-08-22
drm/i915: clarify error paths in create_stolen_for_preallocated
Daniel Vetter
1
-2
/
+3
2013-08-22
drm/i915: Get VECS semaphore info on error
Ben Widawsky
1
-0
/
+11
2013-08-22
drm/i915: Initialize seqno for VECS too
Ben Widawsky
1
-0
/
+2
2013-08-22
drm/i915: tune the RC6 threshold for stability
Stéphane Marchesin
1
-1
/
+4
2013-08-22
drm/i915: print a message when we detect an early Haswell SDV
Paulo Zanoni
2
-0
/
+10
2013-08-22
drm/i915: Print the changes required for modeset
Chris Wilson
1
-0
/
+3
2013-08-22
drm/i915: remove set but unused variables
Paulo Zanoni
3
-15
/
+2
2013-08-22
drm/i915: Allow the user to set bo into the DISPLAY cache domain
Chris Wilson
1
-0
/
+7
2013-08-22
drm/i915: Use Write-Through cacheing for the display plane on Iris
Chris Wilson
5
-4
/
+29
2013-08-22
drm/i915: drop unnecessary local variable to suppress build warning
Jani Nikula
1
-7
/
+3
2013-08-22
drm/i915: give more distinctive names to ring hangcheck action enums
Jani Nikula
3
-13
/
+18
2013-08-22
drm/i915: remove unused leftover variable irq_received
Jani Nikula
1
-2
/
+0
2013-08-22
i915: Fix SDVO potentially turning off randomly
Guillaume Clement
1
-1
/
+2
2013-08-22
drm/i915: WARN_ON failed map_and_fenceable
Ben Widawsky
1
-0
/
+2
2013-08-22
drm/i915: reserve I915_CACHING_DISPLAY and document cache modes
Daniel Vetter
1
-0
/
+24
2013-08-22
drm/i915: Only do a chipset flush after a clflush
Chris Wilson
3
-12
/
+15
2013-08-10
drm/i915: Allow the GPU to cache stolen memory
Chris Wilson
1
-3
/
+2
2013-08-10
drm/i915: Update rules for writing through the LLC with the cpu
Chris Wilson
4
-29
/
+35
2013-08-10
drm/i915: Track when an object is pinned for use by the display engine
Chris Wilson
4
-6
/
+42
2013-08-10
drm/i915: Update rules for reading cache lines through the LLC
Chris Wilson
1
-8
/
+14
2013-08-09
drm/i915: Fix FB WM for HSW
Ville Syrjälä
1
-1
/
+2
2013-08-09
drm/i915: expose HDMI connectors on port C on BYT
Jesse Barnes
1
-2
/
+7
2013-08-09
drm/i915: fix a limit check in hsw_compute_wm_results()
Dan Carpenter
1
-1
/
+1
2013-08-09
drm/i915: unbreak i915_gem_object_ggtt_unbind()
Dan Carpenter
1
-1
/
+1
2013-08-09
drm/i915: Make intel_set_mode() static
Damien Lespiau
2
-5
/
+7
2013-08-09
drm/i915: Remove intel_modeset_disable()
Damien Lespiau
2
-11
/
+0
2013-08-09
drm/i915: Make intel_encoder_dpms() static
Damien Lespiau
2
-3
/
+2
2013-08-09
drm/i915: Make i915_hangcheck_elapsed() static
Damien Lespiau
2
-2
/
+1
2013-08-09
drm/i915: Fix #endif comment
Damien Lespiau
1
-1
/
+1
2013-08-09
drm/i915: Remove i915_gem_object_check_coherency()
Damien Lespiau
2
-72
/
+0
2013-08-09
drm/i915: Remove stale prototypes
Damien Lespiau
2
-10
/
+0
2013-08-08
drm/i915: List objects allocated from stolen memory in debugfs
Chris Wilson
1
-0
/
+63
2013-08-08
drm/i915: Always call intel_update_sprite_watermarks() when disabling a plane
Ville Syrjälä
1
-0
/
+4
2013-08-08
drm/i915: Pass plane and crtc to intel_update_sprite_watermarks
Ville Syrjälä
4
-24
/
+24
2013-08-08
drm/i915: Don't try to disable plane if it's already disabled
Ville Syrjälä
1
-2
/
+7
2013-08-08
drm/i915: Pass crtc to our update/disable_plane hooks
Ville Syrjälä
2
-10
/
+15
2013-08-08
drm/i915: Split plane watermark parameters into a separate struct
Ville Syrjälä
2
-36
/
+35
[next]