summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-11-06drm/ttm: Enable the dma page pool also for intel IOMMUsThomas Hellstrom3-6/+14
2013-11-06qxl: add a connector property to denote hotplug should rescan modes.Dave Airlie2-0/+20
2013-11-06drm: delay minor destruction to drm_dev_free()David Herrmann1-3/+7
2013-11-06drm: remove minor-id during unplugDavid Herrmann1-3/+1
2013-11-06drm: cleanup debugfs in drm_unplug_minor()David Herrmann1-4/+4
2013-11-06drm: make drm_get_minor() staticDavid Herrmann2-9/+11
2013-11-06drm: simplify drm_put_minor()David Herrmann2-19/+13
2013-11-06drm: call drm_unplug_minor() from drm_put_minor()David Herrmann1-9/+24
2013-11-06drm: eliminate bit-copy restoration of crtcIlija Hadzic1-25/+8
2013-11-06drm: do not set crtc enabled field twiceIlija Hadzic1-2/+1
2013-11-06drm: fix error recovery path in drm_crtc_helper_set_modeIlija Hadzic1-4/+7
2013-11-06drm: restore crtc origin if mode_set_base failsIlija Hadzic1-0/+2
2013-11-06drm: eliminate old_fb from drm_crtc_helper_set_configIlija Hadzic1-8/+4
2013-11-06drm: remove redundant if statementIlija Hadzic1-2/+1
2013-11-06drm: Compact booleans within struct drm_fileChris Wilson1-7/+6
2013-11-06drm: Do not drop root privileges for a fancier younger processChris Wilson2-2/+4
2013-11-06nouveau: drop interrupt busy setting.Dave Airlie1-3/+0
2013-11-06drm/sysfs: Remove stale comments about calling drm_sysfs_connector_add() mult...Ville Syrjälä1-6/+0
2013-11-06drm/radeon: fix radeon_fence_wait_empty_lockedChristian König1-0/+3
2013-11-06drm/qxl: add some surface memory loggingGerd Hoffmann2-3/+9
2013-11-06drm/qxl: support 64bit surface barGerd Hoffmann1-7/+25
2013-11-06drm/cirrus: use drm_set_preferred_modeGerd Hoffmann1-6/+5
2013-11-06drm: add drm_set_preferred_modeGerd Hoffmann2-0/+15
2013-11-06drm: Pretty print pixel format in drm_fb_get_bpp_depth() and format_check()Ville Syrjälä1-1/+4
2013-11-06drm/edid: Yank a helpful comment about EST modes from xf86EdidModes.cVille Syrjälä1-0/+9
2013-11-06drm/edid: Don't skip every eighth EST III modeVille Syrjälä1-1/+1
2013-11-06drm/edid: Fix the 1792x1344-75 EST III modeVille Syrjälä1-1/+1
2013-11-06drm/vmwgfx: Return -ENOENT when a framebuffer can't be foundVille Syrjälä1-2/+2
2013-11-06drm/vmwgfx: Return -ENOENT when a mode object can't be foundVille Syrjälä1-1/+1
2013-11-06drm/radeon: Return -ENOENT when a mode object can't be foundVille Syrjälä2-2/+2
2013-11-06drm/i915: Return -ENOENT when a mode object can't be foundVille Syrjälä2-3/+3
2013-11-06drm/gma500: Return -ENOENT when a mode object can't be foundVille Syrjälä2-3/+3
2013-11-06drm: Return -ENOENT when a framebuffer can't be foundVille Syrjälä1-5/+7
2013-11-06drm: Consistently return -ENOENT when a mode object can't be foundVille Syrjälä1-14/+18
2013-11-06drm: Pass pointers to virt_to_page()Ben Hutchings2-3/+3
2013-11-06drm: Do not include page offset in argument to virt_to_page()Ben Hutchings1-1/+1
2013-11-06drm: delete unconsumed pending event list in drm_events_releaseYoungJun Cho1-1/+3
2013-11-06drm/i915: Make the debugfs structures constLespiau, Damien1-2/+2
2013-11-06drm: Make drm_debugfs_list constLespiau, Damien1-1/+1
2013-11-06drm: Remove drm_debugfs_node and drm_debugfs_listLespiau, Damien1-21/+0
2013-11-06drm: Constify struct drm_info_list * argumentsLespiau, Damien2-6/+7
2013-11-06DRM: Armada: convert to use simple_open()Duan Jiong1-7/+1
2013-11-06drm: shmobile: Add dependency on BACKLIGHT_CLASS_DEVICELaurent Pinchart1-0/+1
2013-11-06drm/intel: Push get_scanout_position() timestamping into kms driver.Mario Kleiner1-11/+43
2013-11-06drm/radeon: Push get_scanout_position() timestamping into kms driver.Mario Kleiner4-6/+26
2013-11-06drm: Push latency sensitive bits of vblank scanoutpos timestamping into kms d...Mario Kleiner2-10/+20
2013-11-06drm: Remove preempt_disable() from vblank timestamping code.Mario Kleiner1-7/+0
2013-11-05Merge branch 'drm-next-3.13' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie40-881/+1561
2013-11-05Merge tag 'drm/for-3.13-rc1' of git://anongit.freedesktop.org/tegra/linux int...Dave Airlie55-1259/+3362
2013-11-04qxl: avoid an oops in the deferred io code.Dave Airlie1-1/+1