index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
gpu: host1x: Fix alignment of function arguments
Thierry Reding
2013-10-31
1
-1
/
+1
*
gpu: host1x: Do not discard .remove()
Thierry Reding
2013-10-31
1
-4
/
+3
*
gpu: host1x: Cleanup includes
Thierry Reding
2013-10-31
9
-51
/
+2
*
drm/tegra: Rename host1x_drm_context to tegra_drm_context
Thierry Reding
2013-10-31
3
-20
/
+28
*
drm/tegra: Rename host1x_drm_file to tegra_drm_file
Thierry Reding
2013-10-31
2
-15
/
+15
*
drm/tegra: Rename host1x_drm structure to tegra_drm
Thierry Reding
2013-10-31
8
-116
/
+115
*
drm/tegra: Cleanup tegra_dc structure
Thierry Reding
2013-10-31
1
-4
/
+1
*
drm/tegra: Remove unused fields
Thierry Reding
2013-10-31
1
-4
/
+0
*
gpu: host1x: Remove unused Makefile
Thierry Reding
2013-10-31
1
-6
/
+0
*
gpu: host1x: check relocs after all gathers are consumed
Erik Faye-Lund
2013-10-31
1
-4
/
+4
*
drm: Fix typo in debug message
Thierry Reding
2013-10-31
1
-1
/
+1
*
drm: Track the proper DPMS mode of connectors
Thierry Reding
2013-10-31
1
-0
/
+8
*
drm/i915: abstract the conversion of device->minor out to a macro
Dave Airlie
2013-10-15
1
-15
/
+17
*
Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next
Daniel Vetter
2013-10-10
81
-825
/
+578
|
\
|
*
drm/i915/dp: get rid of intel_dp->link_configuration
Jani Nikula
2013-10-09
3
-29
/
+13
|
*
drm/radeon/dp: use drm_dp_enhanced_frame_cap()
Jani Nikula
2013-10-09
1
-2
/
+1
|
*
drm: Kill drm perf counter leftovers
Ville Syrjälä
2013-10-09
7
-43
/
+0
|
*
drm: Remove pci_vendor and pci_device from struct drm_device
Ville Syrjälä
2013-10-09
15
-49
/
+46
|
*
drm: Kill ctx_count from struct drm_device
Ville Syrjälä
2013-10-09
3
-4
/
+1
|
*
drm: Make irq_enabled bool
Ville Syrjälä
2013-10-09
6
-16
/
+18
|
*
drm: Collect per-crtc vblank stuff to a struct
Ville Syrjälä
2013-10-09
5
-109
/
+65
|
*
drm: Make vblank_enabled bool
Ville Syrjälä
2013-10-09
2
-5
/
+5
|
*
drm: Make vblank_disable_allowed bool
Ville Syrjälä
2013-10-09
5
-8
/
+9
|
*
drm/i915/dp: use drm_edid_duplicate
Jani Nikula
2013-10-09
1
-9
/
+1
|
*
drm: Fix comment referring to the long gone ->probe() connector vfunc
Lespiau, Damien
2013-10-09
1
-3
/
+3
|
*
drm: Try loading builtin EDIDs first
Chris Wilson
2013-10-09
1
-54
/
+54
|
*
drm: move device unregistration into drm_dev_unregister()
David Herrmann
2013-10-09
1
-25
/
+36
|
*
drm: introduce drm_dev_free() to fix error paths
David Herrmann
2013-10-09
4
-13
/
+28
|
*
drm: move drm_lastclose() to drm_fops.c
David Herrmann
2013-10-09
2
-70
/
+70
|
*
drm: merge device setup into drm_dev_register()
David Herrmann
2013-10-09
4
-164
/
+95
|
*
drm: add drm_dev_alloc() helper
David Herrmann
2013-10-09
4
-57
/
+78
|
*
drm: kill ->gem_init_object() and friends
David Herrmann
2013-10-09
33
-119
/
+0
|
*
drm/nouveau: embed gem object in nouveau_bo
David Herrmann
2013-10-09
8
-35
/
+38
|
*
drm: Remove unused variables in drm_fb_helper_hotplug_event()
Lespiau, Damien
2013-10-01
1
-5
/
+2
|
*
drm: Remove unused variable in drm_pick_crtcs()
Lespiau, Damien
2013-10-01
1
-3
/
+0
|
*
drm: Remove unused variable in drm_fb_helper_pan_display()
Lespiau, Damien
2013-10-01
1
-3
/
+0
|
*
drm: Remove unused variable in drm_prime_sg_to_page_addr_arrays()
Lespiau, Damien
2013-10-01
1
-2
/
+1
|
*
drm: Remove unused variable in drm_global_item_ref()
Lespiau, Damien
2013-10-01
1
-2
/
+0
|
*
drm/edid: catch kmalloc failure in drm_edid_to_speaker_allocation
Alex Deucher
2013-10-01
1
-0
/
+2
|
*
drm/dp: constify DP DPCD helpers
Jani Nikula
2013-10-01
1
-8
/
+8
|
*
drm/exynos: use drm_edid_duplicate
Jani Nikula
2013-10-01
1
-6
/
+2
|
*
drm/edid: add drm_edid_duplicate
Jani Nikula
2013-10-01
1
-0
/
+12
|
*
drm/i915/dp: downstream port capabilities are not present in DPCD 1.0
Jani Nikula
2013-10-01
1
-6
/
+14
*
|
drm/i915: Use adjusted_mode in the fastboot hack to disable pfit
Damien Lespiau
2013-10-04
1
-2
/
+5
*
|
drm/i915: Add a more detailed comment about the set_base() fastboot hack
Damien Lespiau
2013-10-04
1
-1
/
+13
*
|
drm/i915/vlv: Turn off power gate for BIOS-less system.
Chon Ming Lee
2013-10-04
2
-0
/
+25
*
|
drm/i915/vlv: reset DPIO on load and resume v2
Jesse Barnes
2013-10-04
2
-1
/
+23
*
|
drm/i915: Simplify PSR debugfs
Rodrigo Vivi
2013-10-03
3
-150
/
+30
*
|
drm/i915: Tweak RPS thresholds to more aggressively downclock
Chris Wilson
2013-10-03
4
-47
/
+143
*
|
drm/i915: Boost RPS frequency for CPU stalls
Chris Wilson
2013-10-03
7
-91
/
+138
[next]