summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
Commit message (Expand)AuthorAgeFilesLines
* drm/ttm: remove sync_arg from driver functionsMaarten Lankhorst2012-11-204-14/+12
* drm/ttm: remove sync_obj_arg from ttm_bo_move_accel_cleanupMaarten Lankhorst2012-11-203-3/+2
* drm/ttm: remove sync_obj_arg memberMaarten Lankhorst2012-11-203-11/+4
* drm/vmwgfx: remove use of fence_obj_argsMaarten Lankhorst2012-11-203-22/+4
* DRM/KMS: Add Bail-Out Conditions for Loop.Egbert Eich2012-11-201-1/+5
* drm: don't unnecessarily enable the polling workDaniel Vetter2012-11-201-3/+3
* drm/nouveau: free memory allocated with alloc_apertures()Tommi Rantala2012-11-201-0/+1
* drm/radeon: check alloc_apertures() success in radeon_kick_out_firmware_fb()Tommi Rantala2012-11-201-2/+11
* drm/mgag200: remove unneeded aper->count assignment after alloc_apertures()Tommi Rantala2012-11-201-1/+0
* drm/mgag200: free memory allocated with alloc_apertures()Tommi Rantala2012-11-201-0/+1
* drm/mgag200: check alloc_apertures() success in mga_vram_init()Tommi Rantala2012-11-201-0/+2
* drm/cirrus: check alloc_apertures() success in cirrus_kick_out_firmware_fb()Tommi Rantala2012-11-201-2/+11
* drm/ttm: remove ttm_mem_global->queueMarcin Slusarz2012-11-201-1/+0
* drm/ttm: remove ttm_bo_device->nice_modeMarcin Slusarz2012-11-201-1/+0
* drm/ttm: remove ttm_buffer_object->buffer_startMarcin Slusarz2012-11-208-14/+10
* drm/radeon: Use hweight32Akinobu Mita2012-11-202-13/+2
* drm: use memchr_inv()Akinobu Mita2012-11-201-5/+2
* drm: add support for monotonic vblank timestampsImre Deak2012-11-203-5/+31
* drm: use monotonic time in drm_calc_vbltimestamp_from_scanoutposImre Deak2012-11-201-6/+12
* drm: don't poll forced connectorsDaniel Vetter2012-11-201-0/+4
* drm: don't start the poll engine in probe_single_connectorDaniel Vetter2012-11-201-1/+6
* drm: properly init/reset connector statusDaniel Vetter2012-11-201-1/+5
* drm: run the hpd irq event code directlyDaniel Vetter2012-11-201-13/+1
* drm: handle HPD and polled connectors separatelyDaniel Vetter2012-11-201-9/+42
* drm: extract drm_kms_helper_hotplug_eventDaniel Vetter2012-11-201-6/+11
* drm: add drm_send_vblank_event() helper (v5)Rob Clark2012-11-201-22/+52
* drm: tegra: Add HDMI supportThierry Reding2012-11-206-1/+1925
* drm: Add NVIDIA Tegra20 supportThierry Reding2012-11-2012-0/+2466
* drm/udl: Add missing static storage class specifiers in udl_connector.cSachin Kamat2012-11-201-5/+7
* drm/drm_stub: Remove unnecessary null check before kfree.Sachin Kamat2012-11-201-4/+1
* drm/fb_helper: Fix potential NULL pointer dereferenceSachin Kamat2012-11-201-0/+6
* drm/crtc: Fix potential NULL pointer dereferenceSachin Kamat2012-11-201-0/+2
* drm/crtc: Remove redundant NULL check before kfreeSachin Kamat2012-11-201-4/+2
* drm: Reject addfb2 with undefined flag bits setVille Syrjälä2012-11-201-0/+5
* drm: fix documentation for drm_crtc_set_mode()Alex Deucher2012-11-201-2/+2
* drm: get cea video id code for a given display modeStephane Marchesin2012-11-201-0/+20
* drm/drm_fb_helper: Remove unnecessary bracesSachin Kamat2012-11-201-13/+10
* drm/fb_helper: Convert printk to pr_* and dev_*Sachin Kamat2012-11-201-6/+8
* drm/fb_helper: Fix checkpatch errorsSachin Kamat2012-11-201-3/+9
* drm: fix returning -EINVAL on setmaster if another master is activeDavid Herrmann2012-11-201-12/+12
* Merge branch 'for-airlied' of git://people.freedesktop.org/~danvet/drm-intel ...Dave Airlie2012-11-2035-2532/+5034
|\
| * drm/i915: Restore physical HWS_PGA after resumeChris Wilson2012-11-162-43/+35
| * drm/i915: Report amount of usable graphics memory in MiBChris Wilson2012-11-131-1/+1
| * drm/i915/i2c: Track users of GMBUS force-bitChris Wilson2012-11-132-4/+7
| * drm/i915: Allocate the proper size for contexts.Ben Widawsky2012-11-111-1/+1
| * drm/i915: Update load-detect failure paths for modeset-reworkChris Wilson2012-11-111-7/+2
| * drm/i915: Clear unused fields of mode for framebuffer creationChris Wilson2012-11-111-1/+1
| * drm/i915: Always calculate 8xx WM values based on a 32-bpp framebufferChris Wilson2012-11-111-6/+11
| * drm/i915: Fix sparse warnings in from AGP kill codeBen Widawsky2012-11-111-1/+1
| * drm/i915: Missed lock change with rps lockBen Widawsky2012-11-111-1/+3
OpenPOWER on IntegriCloud