summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
Commit message (Expand)AuthorAgeFilesLines
...
* drm/i915: Bump the inactive LRU on set-to-GTT-domainChris Wilson2012-05-031-1/+6
* drm/i915: Remove too early plane enable on pre-PCH hardwareChris Wilson2012-05-031-1/+0
* drm/i915: Use a global lock for modifying global irq flagsChris Wilson2012-05-032-19/+25
* drm/i915: implement Disable4x2SubspanOptimization w/a for ivb, tooDaniel Vetter2012-05-031-0/+4
* drm/i915: create macros to handle masked bitsDaniel Vetter2012-05-036-25/+18
* drm/i915: manage PCH PLLs separately from pipesJesse Barnes2012-05-037-81/+222
* drm/i915: i8xx interrupt handlerChris Wilson2012-05-032-8/+206
* drm/i915: Only the zap the VMA after updating the tiling parametersChris Wilson2012-05-031-2/+6
* drm/i915: Clarify the semantics of tiling_changedChris Wilson2012-05-033-6/+21
* drm/i915: fixup tv load-detect on enabled but not active crtcDaniel Vetter2012-05-031-3/+1
* drm/i915: re-add static qualifier to get_cxsr_latencyDaniel Vetter2012-05-031-1/+1
* drm/i915: [sparse] __iomem fixes for gemBen Widawsky2012-05-031-4/+7
* drm/i915: [sparse] __iomem fixes for debugfsDaniel Vetter2012-05-031-3/+11
* drm/i915: [sparse] __iomem fixes for overlayBen Widawsky2012-05-031-58/+75
* drm/i915: [sparse] __iomem fixes for opregionBen Widawsky2012-05-032-34/+43
* drm/i915: Remove i915_gem_ringbuffer_(data|info) from debugfsChris Wilson2012-05-031-69/+0
* drm/i915/sprite: Avoid incurring extra vblank stall when updating plane on IVBChris Wilson2012-05-031-6/+13
* drm/i915: print computed bpp in dp link configurationDaniel Vetter2012-05-031-6/+12
* Merge tag 'drm-intel-next-2012-04-23' of git://people.freedesktop.org/~danvet...Dave Airlie2012-05-0248-4247/+4588
|\
| * drm/i915: rc6 residency (fix the fix)Ben Widawsky2012-04-231-2/+2
| * drm/i915/tv: fix open-coded ARRAY_SIZE.Dave Airlie2012-04-201-1/+1
| * drm/i915: invalidate render cache on gen2Daniel Vetter2012-04-201-1/+1
| * drm/i915: Silence the change of LVDS sync polarityChris Wilson2012-04-181-30/+7
| * drm/i915: add generic power management initializationEugeni Dodonov2012-04-183-202/+180
| * drm/i915: move clock gating functionality into intel_pm moduleEugeni Dodonov2012-04-183-354/+370
| * drm/i915: move emon functionality into intel_pm moduleEugeni Dodonov2012-04-182-86/+86
| * drm/i915: move drps, rps and rc6-related functions to intel_pmEugeni Dodonov2012-04-183-513/+514
| * drm/i915: fix line breaks in intel_pmEugeni Dodonov2012-04-181-3/+7
| * drm/i915: move watermarks settings into intel_pm moduleEugeni Dodonov2012-04-183-1476/+1496
| * drm/i915: move fbc-related functionality into intel_pm moduleEugeni Dodonov2012-04-184-484/+537
| * drm/i915: Refactor get_fence() to use the common fence writing routineChris Wilson2012-04-181-43/+27
| * drm/i915: Refactor fence clearing to use the common fence writing routineChris Wilson2012-04-181-53/+9
| * drm/i915: Refactor put_fence() to use the common fence writing routineChris Wilson2012-04-181-11/+51
| * drm/i915: Prepare to consolidate fence writingChris Wilson2012-04-181-103/+108
| * drm/i915: Remove the unsightly "optimisation" from flush_fence()Chris Wilson2012-04-181-13/+5
| * drm/i915: Simplify fence findingChris Wilson2012-04-181-13/+3
| * drm/i915: Discard the unused obj->last_fenced_ringChris Wilson2012-04-182-14/+7
| * drm/i915: Remove unused ring->setup_seqnoChris Wilson2012-04-182-18/+0
| * drm/i915: Remove fence pipeliningChris Wilson2012-04-181-119/+36
| * drm/i915: Remove the pipelined parameter from get_fence()Chris Wilson2012-04-184-8/+6
| * drm/i915: Wait for all pending operations to the fb before disabling the pipeChris Wilson2012-04-181-23/+4
| * drm/i915: Don't set a MBZ bit in gen2/3 MI_FLUSHChris Wilson2012-04-181-16/+39
| * drm/i915: intel_update_fbc() requires struct_mutex, so no longer atomicChris Wilson2012-04-181-9/+6
| * drm/i915: Unpin the flip target if we fail to queue the flipChris Wilson2012-04-181-15/+35
| * drm/i915: [GEN7] Use HW scheduler for fixed function shadersBen Widawsky2012-04-182-0/+29
| * drm/i915: Replace open coded MI_BATCH_GTTChris Wilson2012-04-182-2/+4
| * drm/i915: Always flush tiling changes before accessing through the GTTChris Wilson2012-04-181-1/+5
| * drm/i915: [sparse] don't use variable size arraysBen Widawsky2012-04-181-6/+18
| * drm/i915: [sparse] trivial sparse fixesBen Widawsky2012-04-189-7/+15
| * drm/i915: IBX+ doesn't have separate vsync/hsync controls on the VGA DACJesse Barnes2012-04-181-11/+43