summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2012-11-28drm/doc: integrate crtc helper api into docbookDaniel Vetter
2012-11-28drm/edid: tune down debug message in parse_hdmi_vsdbDaniel Vetter
2012-11-28drm: only build ati_pcigart if PCI enabledJames Hogan
2012-11-28drm/vmwgfx: Tighten the security around buffer mapsThomas Hellstrom
2012-11-28drm: tegra: Add Tegra30 supportThierry Reding
2012-11-28drm: tegra: Use framebuffer pitch as line strideThierry Reding
2012-11-28drm/ttm: Optimize vm locking using kref_get_unless_zero v3Thomas Hellstrom
2012-11-28drm/ttm: Use the hashtab _rcu interface for ttm_objectsThomas Hellstrom
2012-11-28drm/ttm: Fix locking in an error pathThomas Hellstrom
2012-11-28drm/vmwgfx: Free user-space fence objects correctlyThomas Hellstrom
2012-11-28drm: Add a hash-tab rcu-safe APIThomas Hellstrom
2012-11-21drm/vmwgfx: Add and make use of a header for surface size calculation.Thomas Hellstrom
2012-11-21drm/vmwgfx: Break out surface and context management to separate filesThomas Hellstrom
2012-11-21drm/vmwgfx: Refactor resource managementThomas Hellstrom
2012-11-20drm/vmwgfx: Make vmw_dmabuf_unreference handle NULL objectsThomas Hellstrom
2012-11-20drm/vmwgfx: Refactor module load to not require fifo unless fbdev is loadedThomas Hellstrom
2012-11-20drm/vmwgfx: Make screen object code not require fifo at init timeThomas Hellstrom
2012-11-20drm/vmwgfx: Make overlay code not require fifo at init timeThomas Hellstrom
2012-11-20drm/vmwgfx: Enable traces *after* we've hidden SVGAThomas Hellstrom
2012-11-20drm/ttm: alter cpu_writers to return -EBUSY in ttm_execbuf_util reservationsMaarten Lankhorst
2012-11-20drm/ttm: Optimize reservation slightlyThomas Hellstrom
2012-11-20drm/ttm, drm/vmwgfx: Use RCU locking for object lookups v3Thomas Hellstrom
2012-11-20drm: Make hashtab rcu-safeThomas Hellstrom
2012-11-20drm/ttm: remove sync_arg from driver functionsMaarten Lankhorst
2012-11-20drm/ttm: remove sync_obj_arg from ttm_bo_move_accel_cleanupMaarten Lankhorst
2012-11-20drm/ttm: remove sync_obj_arg memberMaarten Lankhorst
2012-11-20drm/vmwgfx: remove use of fence_obj_argsMaarten Lankhorst
2012-11-20DRM/KMS: Add Bail-Out Conditions for Loop.Egbert Eich
2012-11-20drm: don't unnecessarily enable the polling workDaniel Vetter
2012-11-20vga_switcheroo: Drop unused include and unused variables.Igor Murzov
2012-11-20drm/nouveau: free memory allocated with alloc_apertures()Tommi Rantala
2012-11-20drm/radeon: check alloc_apertures() success in radeon_kick_out_firmware_fb()Tommi Rantala
2012-11-20drm/mgag200: remove unneeded aper->count assignment after alloc_apertures()Tommi Rantala
2012-11-20drm/mgag200: free memory allocated with alloc_apertures()Tommi Rantala
2012-11-20drm/mgag200: check alloc_apertures() success in mga_vram_init()Tommi Rantala
2012-11-20drm/cirrus: check alloc_apertures() success in cirrus_kick_out_firmware_fb()Tommi Rantala
2012-11-20drm/ttm: remove ttm_mem_global->queueMarcin Slusarz
2012-11-20drm/ttm: remove ttm_bo_device->nice_modeMarcin Slusarz
2012-11-20drm/ttm: remove ttm_buffer_object->buffer_startMarcin Slusarz
2012-11-20drm/radeon: Use hweight32Akinobu Mita
2012-11-20drm: use memchr_inv()Akinobu Mita
2012-11-20drm: add support for monotonic vblank timestampsImre Deak
2012-11-20drm: use monotonic time in drm_calc_vbltimestamp_from_scanoutposImre Deak
2012-11-20drm: don't poll forced connectorsDaniel Vetter
2012-11-20drm: don't start the poll engine in probe_single_connectorDaniel Vetter
2012-11-20drm: properly init/reset connector statusDaniel Vetter
2012-11-20drm: run the hpd irq event code directlyDaniel Vetter
2012-11-20drm: handle HPD and polled connectors separatelyDaniel Vetter
2012-11-20drm: extract drm_kms_helper_hotplug_eventDaniel Vetter
2012-11-20drm: add drm_send_vblank_event() helper (v5)Rob Clark