index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/vmwgfx: Use the linux DMA api to get valid device addresses of pages
Thomas Hellstrom
2013-11-06
4
-94
/
+620
*
drm/ttm: Enable the dma page pool also for intel IOMMUs
Thomas Hellstrom
2013-11-06
3
-6
/
+14
*
qxl: add a connector property to denote hotplug should rescan modes.
Dave Airlie
2013-11-06
2
-0
/
+20
*
drm: delay minor destruction to drm_dev_free()
David Herrmann
2013-11-06
1
-3
/
+7
*
drm: remove minor-id during unplug
David Herrmann
2013-11-06
1
-3
/
+1
*
drm: cleanup debugfs in drm_unplug_minor()
David Herrmann
2013-11-06
1
-4
/
+4
*
drm: make drm_get_minor() static
David Herrmann
2013-11-06
2
-9
/
+11
*
drm: simplify drm_put_minor()
David Herrmann
2013-11-06
2
-19
/
+13
*
drm: call drm_unplug_minor() from drm_put_minor()
David Herrmann
2013-11-06
1
-9
/
+24
*
drm: eliminate bit-copy restoration of crtc
Ilija Hadzic
2013-11-06
1
-25
/
+8
*
drm: do not set crtc enabled field twice
Ilija Hadzic
2013-11-06
1
-2
/
+1
*
drm: fix error recovery path in drm_crtc_helper_set_mode
Ilija Hadzic
2013-11-06
1
-4
/
+7
*
drm: restore crtc origin if mode_set_base fails
Ilija Hadzic
2013-11-06
1
-0
/
+2
*
drm: eliminate old_fb from drm_crtc_helper_set_config
Ilija Hadzic
2013-11-06
1
-8
/
+4
*
drm: remove redundant if statement
Ilija Hadzic
2013-11-06
1
-2
/
+1
*
drm: Compact booleans within struct drm_file
Chris Wilson
2013-11-06
1
-7
/
+6
*
drm: Do not drop root privileges for a fancier younger process
Chris Wilson
2013-11-06
2
-2
/
+4
*
nouveau: drop interrupt busy setting.
Dave Airlie
2013-11-06
1
-3
/
+0
*
drm/sysfs: Remove stale comments about calling drm_sysfs_connector_add() mult...
Ville Syrjälä
2013-11-06
1
-6
/
+0
*
drm/radeon: fix radeon_fence_wait_empty_locked
Christian König
2013-11-06
1
-0
/
+3
*
drm/qxl: add some surface memory logging
Gerd Hoffmann
2013-11-06
2
-3
/
+9
*
drm/qxl: support 64bit surface bar
Gerd Hoffmann
2013-11-06
1
-7
/
+25
*
drm/cirrus: use drm_set_preferred_mode
Gerd Hoffmann
2013-11-06
1
-6
/
+5
*
drm: add drm_set_preferred_mode
Gerd Hoffmann
2013-11-06
2
-0
/
+15
*
drm: Pretty print pixel format in drm_fb_get_bpp_depth() and format_check()
Ville Syrjälä
2013-11-06
1
-1
/
+4
*
drm/edid: Yank a helpful comment about EST modes from xf86EdidModes.c
Ville Syrjälä
2013-11-06
1
-0
/
+9
*
drm/edid: Don't skip every eighth EST III mode
Ville Syrjälä
2013-11-06
1
-1
/
+1
*
drm/edid: Fix the 1792x1344-75 EST III mode
Ville Syrjälä
2013-11-06
1
-1
/
+1
*
drm/vmwgfx: Return -ENOENT when a framebuffer can't be found
Ville Syrjälä
2013-11-06
1
-2
/
+2
*
drm/vmwgfx: Return -ENOENT when a mode object can't be found
Ville Syrjälä
2013-11-06
1
-1
/
+1
*
drm/radeon: Return -ENOENT when a mode object can't be found
Ville Syrjälä
2013-11-06
2
-2
/
+2
*
drm/i915: Return -ENOENT when a mode object can't be found
Ville Syrjälä
2013-11-06
2
-3
/
+3
*
drm/gma500: Return -ENOENT when a mode object can't be found
Ville Syrjälä
2013-11-06
2
-3
/
+3
*
drm: Return -ENOENT when a framebuffer can't be found
Ville Syrjälä
2013-11-06
1
-5
/
+7
*
drm: Consistently return -ENOENT when a mode object can't be found
Ville Syrjälä
2013-11-06
1
-14
/
+18
*
drm: Pass pointers to virt_to_page()
Ben Hutchings
2013-11-06
2
-3
/
+3
*
drm: Do not include page offset in argument to virt_to_page()
Ben Hutchings
2013-11-06
1
-1
/
+1
*
drm: delete unconsumed pending event list in drm_events_release
YoungJun Cho
2013-11-06
1
-1
/
+3
*
drm/i915: Make the debugfs structures const
Lespiau, Damien
2013-11-06
1
-2
/
+2
*
drm: Make drm_debugfs_list const
Lespiau, Damien
2013-11-06
1
-1
/
+1
*
drm: Remove drm_debugfs_node and drm_debugfs_list
Lespiau, Damien
2013-11-06
1
-21
/
+0
*
drm: Constify struct drm_info_list * arguments
Lespiau, Damien
2013-11-06
2
-6
/
+7
*
DRM: Armada: convert to use simple_open()
Duan Jiong
2013-11-06
1
-7
/
+1
*
drm: shmobile: Add dependency on BACKLIGHT_CLASS_DEVICE
Laurent Pinchart
2013-11-06
1
-0
/
+1
*
drm/intel: Push get_scanout_position() timestamping into kms driver.
Mario Kleiner
2013-11-06
1
-11
/
+43
*
drm/radeon: Push get_scanout_position() timestamping into kms driver.
Mario Kleiner
2013-11-06
4
-6
/
+26
*
drm: Push latency sensitive bits of vblank scanoutpos timestamping into kms d...
Mario Kleiner
2013-11-06
2
-10
/
+20
*
drm: Remove preempt_disable() from vblank timestamping code.
Mario Kleiner
2013-11-06
1
-7
/
+0
*
Merge branch 'drm-next-3.13' of git://people.freedesktop.org/~agd5f/linux int...
Dave Airlie
2013-11-05
40
-881
/
+1561
|
\
|
*
drm/radeon: don't share PPLLs on DCE4.1
Alex Deucher
2013-11-01
1
-1
/
+1
[next]