summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-11-22drm/i915: Report the origin of the LVDS fixed panel modeHEADdrm-intel-next-queuedChris Wilson1-2/+13
2012-11-22drm/i915: LVDS fallback to fixed-mode if EDID not presentChris Wilson1-6/+1
2012-11-22drm/i915/sdvo: kfree the intel_sdvo_connector, not drm_connector, on destroyJani Nikula1-1/+1
2012-11-21drm/i915: drm_connector_property -> drm_object_propertyRob Clark7-25/+25
2012-11-21drm/i915: use drm_send_vblank_event() helperRob Clark1-13/+2
2012-11-21drm/i915: Use pci_resource functions for BARs.Ben Widawsky1-6/+2
2012-11-21drm/i915: Borrow our struct_mutex for the direct reclaimChris Wilson1-3/+22
2012-11-21drm/i915: Defer assignment of obj->gtt_space until after all possible mallocsChris Wilson1-20/+19
2012-11-21drm/i915: Apply the IBX transcoder A w/a for HDMI to SDVO as wellChris Wilson1-1/+37
2012-11-21drm/i915: implement WaMbcDriverBootEnable on HaswellPaulo Zanoni1-0/+7
2012-11-21drm/i915: fix intel_ddi_get_cdclk_freq for ULT machinesPaulo Zanoni2-0/+4
2012-11-21drm/i915: make the panel fitter work on pipes B and C on HaswellPaulo Zanoni1-1/+2
2012-11-21drm/i915: make the panel fitter work on pipes B and C on IVBPaulo Zanoni2-1/+7
2012-11-21drm/i915: don't intel_crt_init if DDI A has 4 lanesPaulo Zanoni2-1/+4
2012-11-21drm/i915: make DP work on LPT-LP machinesPaulo Zanoni4-8/+26
2012-11-21drm/i915: fix false positive "Unclaimed write" messagesPaulo Zanoni1-0/+4
2012-11-21drm/i915: use cpu/pch transcoder on intel_enable_pipePaulo Zanoni1-2/+8
2012-11-21drm/i915: don't limit Haswell CRT encoder to pipe APaulo Zanoni2-13/+4
2012-11-21drm/i915: Flush outstanding unpin tasks before pageflippingChris Wilson2-7/+19
2012-11-21drm/i915: resurrect panel lid handlingDaniel Vetter2-17/+14
2012-11-21drm/i915: Enable DP audio for HaswellTakashi Iwai1-0/+9
2012-11-21drm/i915: Pin the object whilst faulting it inChris Wilson1-20/+9
2012-11-21drm/i915: Guard pages being reaped by OOM whilst binding-to-GTTChris Wilson1-1/+8
2012-11-21drm/i915: Remove bogus test for a present execbufferChris Wilson1-9/+0
2012-11-21drm/i915: Remove save/restore of physical HWS_PGA registerChris Wilson2-9/+0
2012-11-21drm/i915: Fix warning in i915_gem_chipset_flushBen Widawsky1-1/+1
2012-11-21drm/i915: Only check for valid PP_{ON, OFF}_DELAYS on pre ILK hardwareDamien Lespiau1-1/+2
2012-11-21drm/i915: drop buggy write to FDI_RX_CHICKEN registerDaniel Vetter1-3/+0
2012-11-21drm/i915: Use LRI to update the semaphore registersChris Wilson1-5/+2
2012-11-21drm/i915: add LynxPoint-LP PCH IDWei Shun Chang1-0/+6
2012-11-21drm/i915: Optimize DIV_ROUND_CLOSEST callJean Delvare1-1/+2
2012-11-20drm/vmwgfx: Make vmw_dmabuf_unreference handle NULL objectsThomas Hellstrom1-2/+5
2012-11-20drm/vmwgfx: Refactor module load to not require fifo unless fbdev is loadedThomas Hellstrom1-32/+18
2012-11-20drm/vmwgfx: Make screen object code not require fifo at init timeThomas Hellstrom1-1/+1
2012-11-20drm/vmwgfx: Make overlay code not require fifo at init timeThomas Hellstrom1-9/+12
2012-11-20drm/vmwgfx: Enable traces *after* we've hidden SVGAThomas Hellstrom1-4/+4
2012-11-20drm/ttm: alter cpu_writers to return -EBUSY in ttm_execbuf_util reservationsMaarten Lankhorst4-32/+5
2012-11-20drm/ttm: Optimize reservation slightlyThomas Hellstrom1-1/+2
2012-11-20drm/ttm, drm/vmwgfx: Use RCU locking for object lookups v3Thomas Hellstrom3-23/+19
2012-11-20kref: Implement kref_get_unless_zero v3Thomas Hellstrom1-0/+21
2012-11-20drm: Make hashtab rcu-safeThomas Hellstrom1-11/+7
2012-11-20drm/ttm: remove sync_arg from driver functionsMaarten Lankhorst5-17/+15
2012-11-20drm/ttm: remove sync_obj_arg from ttm_bo_move_accel_cleanupMaarten Lankhorst4-6/+2
2012-11-20drm/ttm: remove sync_obj_arg memberMaarten Lankhorst5-16/+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