summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2012-11-20drm/ttm: remove sync_obj_arg from ttm_bo_move_accel_cleanupMaarten Lankhorst3-3/+2
2012-11-20drm/ttm: remove sync_obj_arg memberMaarten Lankhorst3-11/+4
2012-11-20drm/vmwgfx: remove use of fence_obj_argsMaarten Lankhorst3-22/+4
2012-11-20DRM/KMS: Add Bail-Out Conditions for Loop.Egbert Eich1-1/+5
2012-11-20drm: don't unnecessarily enable the polling workDaniel Vetter1-3/+3
2012-11-20vga_switcheroo: Drop unused include and unused variables.Igor Murzov1-6/+0
2012-11-20drm/nouveau: free memory allocated with alloc_apertures()Tommi Rantala1-0/+1
2012-11-20drm/radeon: check alloc_apertures() success in radeon_kick_out_firmware_fb()Tommi Rantala1-2/+11
2012-11-20drm/mgag200: remove unneeded aper->count assignment after alloc_apertures()Tommi Rantala1-1/+0
2012-11-20drm/mgag200: free memory allocated with alloc_apertures()Tommi Rantala1-0/+1
2012-11-20drm/mgag200: check alloc_apertures() success in mga_vram_init()Tommi Rantala1-0/+2
2012-11-20drm/cirrus: check alloc_apertures() success in cirrus_kick_out_firmware_fb()Tommi Rantala1-2/+11
2012-11-20drm/ttm: remove ttm_mem_global->queueMarcin Slusarz1-1/+0
2012-11-20drm/ttm: remove ttm_bo_device->nice_modeMarcin Slusarz1-1/+0
2012-11-20drm/ttm: remove ttm_buffer_object->buffer_startMarcin Slusarz8-14/+10
2012-11-20drm/radeon: Use hweight32Akinobu Mita2-13/+2
2012-11-20drm: use memchr_inv()Akinobu Mita1-5/+2
2012-11-20drm: add support for monotonic vblank timestampsImre Deak3-5/+31
2012-11-20drm: use monotonic time in drm_calc_vbltimestamp_from_scanoutposImre Deak1-6/+12
2012-11-20drm: don't poll forced connectorsDaniel Vetter1-0/+4
2012-11-20drm: don't start the poll engine in probe_single_connectorDaniel Vetter1-1/+6
2012-11-20drm: properly init/reset connector statusDaniel Vetter1-1/+5
2012-11-20drm: run the hpd irq event code directlyDaniel Vetter1-13/+1
2012-11-20drm: handle HPD and polled connectors separatelyDaniel Vetter1-9/+42
2012-11-20drm: extract drm_kms_helper_hotplug_eventDaniel Vetter1-6/+11
2012-11-20drm: add drm_send_vblank_event() helper (v5)Rob Clark1-22/+52
2012-11-20drm: tegra: Add HDMI supportThierry Reding6-1/+1925
2012-11-20drm: Add NVIDIA Tegra20 supportThierry Reding12-0/+2466
2012-11-20drm/udl: Add missing static storage class specifiers in udl_connector.cSachin Kamat1-5/+7
2012-11-20drm/drm_stub: Remove unnecessary null check before kfree.Sachin Kamat1-4/+1
2012-11-20drm/fb_helper: Fix potential NULL pointer dereferenceSachin Kamat1-0/+6
2012-11-20drm/crtc: Fix potential NULL pointer dereferenceSachin Kamat1-0/+2
2012-11-20drm/crtc: Remove redundant NULL check before kfreeSachin Kamat1-4/+2
2012-11-20drm: Reject addfb2 with undefined flag bits setVille Syrjälä1-0/+5
2012-11-20drm: fix documentation for drm_crtc_set_mode()Alex Deucher1-2/+2
2012-11-20drm: get cea video id code for a given display modeStephane Marchesin1-0/+20
2012-11-20drm/drm_fb_helper: Remove unnecessary bracesSachin Kamat1-13/+10
2012-11-20drm/fb_helper: Convert printk to pr_* and dev_*Sachin Kamat1-6/+8
2012-11-20drm/fb_helper: Fix checkpatch errorsSachin Kamat1-3/+9
2012-11-20drm: fix returning -EINVAL on setmaster if another master is activeDavid Herrmann1-12/+12
2012-11-20Merge branch 'for-airlied' of git://people.freedesktop.org/~danvet/drm-intel ...Dave Airlie37-2931/+5046
2012-11-16drm/i915: Restore physical HWS_PGA after resumeChris Wilson2-43/+35
2012-11-13drm/i915: Report amount of usable graphics memory in MiBChris Wilson1-1/+1
2012-11-13drm/i915/i2c: Track users of GMBUS force-bitChris Wilson2-4/+7
2012-11-11drm/i915: Allocate the proper size for contexts.Ben Widawsky1-1/+1
2012-11-11drm/i915: Update load-detect failure paths for modeset-reworkChris Wilson1-7/+2
2012-11-11drm/i915: Clear unused fields of mode for framebuffer creationChris Wilson1-1/+1
2012-11-11drm/i915: Always calculate 8xx WM values based on a 32-bpp framebufferChris Wilson1-6/+11
2012-11-11drm/i915: Fix sparse warnings in from AGP kill codeBen Widawsky1-1/+1
2012-11-11drm/i915: Missed lock change with rps lockBen Widawsky1-1/+3