index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next
Daniel Vetter
2013-10-10
80
-824
/
+577
|
\
|
*
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
5
-15
/
+17
|
*
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
*
|
drm/i915: Fix __wait_seqno to use true infinite timeouts
Chris Wilson
2013-10-03
5
-51
/
+149
*
|
drm/i915: Add some missing steps to i915_driver_load error path
Chris Wilson
2013-10-03
1
-4
/
+15
*
|
drm/i915: Clean up the ring scaling calculations
Ben Widawsky
2013-10-03
1
-4
/
+4
*
|
drm/i915: Don't populate pipe_src_{w,h} multiple times
Ville Syrjälä
2013-10-03
1
-4
/
+12
*
|
drm/i915: implement the Haswell mode set sequence workaround
Paulo Zanoni
2013-10-03
1
-0
/
+32
*
|
drm/i915: Disable/enable planes as the first/last thing during modeset on HSW
Ville Syrjälä
2013-10-03
1
-24
/
+45
*
|
i915/vlv: untangle integrated clock source handling v4
Jesse Barnes
2013-10-03
1
-3
/
+26
*
|
drm/i915: fix typo s/PatherPoint/PantherPoint/
Jani Nikula
2013-10-01
1
-1
/
+1
*
|
drm/i915: Make intel_resume_power_well() static
Damien Lespiau
2013-10-01
2
-2
/
+1
*
|
drm/i915: destroy connector sysfs files earlier
Paulo Zanoni
2013-10-01
9
-9
/
+10
*
|
drm/i915/dp: do not write DP_TRAINING_PATTERN_SET all the time
Jani Nikula
2013-10-01
1
-42
/
+87
*
|
drm/i915/dp: retry i2c-over-aux seven times on AUX DEFER
Jani Nikula
2013-10-01
1
-1
/
+6
*
|
drm/i915/vlv: reduce GT FIFO error info to a debug message
Jesse Barnes
2013-10-01
1
-1
/
+2
[next]