aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915 (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-03-31drm/i915/irq: prefer struct drm_i915_private to drm_i915_private_tJani Nikula1-55/+55
2014-03-31drm/i915/gem: prefer struct drm_i915_private to drm_i915_private_tJani Nikula1-23/+23
2014-03-31drm/i915/dma: prefer struct drm_i915_private to drm_i915_private_tJani Nikula1-24/+24
2014-03-31drm/i915/debugfs: prefer struct drm_i915_private to drm_i915_private_tJani Nikula1-23/+23
2014-03-31drm/i915: Mask PM/RPS interrupt generation based on activityChris Wilson1-16/+25
2014-03-31drm/i915: Refactor gen6_set_rpsChris Wilson1-20/+14
2014-03-31Revert "drm/i915: Disable/Enable PM Intrrupts based on the current freq."Chris Wilson3-49/+0
2014-03-31drm/i915: Make sure vsyncshift is positiveVille Syrjälä1-1/+4
2014-03-31drm/i915: Fix the interlace mode selection for gmch platformsVille Syrjälä1-7/+7
2014-03-31drm/i915: Program VSYNCSHIFT in a more consistent mannerVille Syrjälä1-6/+8
2014-03-31drm/i915/vlv: use W_SYNC_SHIFT for interlaced modes on VLVJesse Barnes1-1/+4
2014-03-31drm/i915: restrict vt-d stolen memory workaround to pre-gen8Daniel Vetter1-1/+1
2014-03-31Merge tag 'v3.14' into drm-intel-next-queuedDaniel Vetter3-31/+49
2014-03-28drm/i915/tv: fix gen4 composite s-video tv-outJani Nikula1-2/+7
2014-03-28drm/i915: Split 64bit hexadecimal addresses to make them easier to readChris Wilson1-2/+2
2014-03-28drm/i915: Broadwell expands ACTHD to 64bitChris Wilson6-13/+36
2014-03-28drm/i915/bdw: Implement Wa4x4STCOptimizationDisable:bdwDamien Lespiau2-1/+6
2014-03-28drm/i915: Undo gtt scratch pte unmapping againDaniel Vetter1-1/+1
2014-03-28drm/i915: Recompute WM when the cursor size changesChris Wilson1-1/+7
2014-03-28drm/i915: Compute WM for current cursor sizeChris Wilson1-4/+4
2014-03-28drm/i915: Remove the enabling of VS_TIMER_DISPATCH bit in MI MODE regAkash Goel1-1/+2
2014-03-28drm/i915: Track the enabled PM interrupts in dev_priv.Deepak S3-12/+17
2014-03-28drm/i915: Fix initial pipe underrun state trackingDaniel Vetter1-0/+11
2014-03-28drm/i915: fix up semaphore_waits_forDaniel Vetter1-12/+26
2014-03-28drm/i915: add locking to fixed panel edid probingDaniel Vetter2-0/+7
2014-03-28drm/i915: fix build warning on 32-bit (v2)Dave Airlie1-1/+1
2014-03-28drm/i915: Replace DRM_LOG_KMS() by DRM_DEBUG_KMS()Lespiau, Damien5-39/+39
2014-03-28drm/i915: Undo gtt scratch pte unmapping againDaniel Vetter1-1/+1
2014-03-24drm/i915: add locking to fixed panel edid probingDaniel Vetter2-0/+7
2014-03-21drm/i915: Include a note about the dangers of I915_READ64/I915_WRITE64Chris Wilson1-0/+6
2014-03-21drm/i915/sdvo: fix questionable return value checkJani Nikula1-3/+3
2014-03-21drm/i915: Fix unsafe loop iteration over vma whilst unbinding themChris Wilson1-2/+2
2014-03-20drm/i915: Enabling 128x128 and 256x256 ARGB Cursor SupportSagar Kamble3-5/+59
2014-03-20drm/i915: Print how many objects are shared in per-process statsChris Wilson1-2/+8
2014-03-20drm/i915: Per-process stats work better when evaluated per-processChris Wilson3-9/+43
2014-03-20drm/i915: remove rps local variablesBen Widawsky2-43/+33
2014-03-20drm/i915: Remove extraneous MMIO for RPSBen Widawsky1-12/+9
2014-03-20drm/i915: Rename and comment all the RPS *stuff*Ben Widawsky5-107/+120
2014-03-20drm/i915: Store the HW min frequency as min_freqBen Widawsky2-1/+2
2014-03-20drm/i915: Fix coding style for RPSBen Widawsky1-10/+10
2014-03-20drm/i915: Reorganize the overclock codeBen Widawsky1-11/+9
2014-03-20ACPI / gpu / drm: Stop selecting VIDEO_OUTPUT_CONTROLJean Delvare1-1/+0
2014-03-19drm/i915: init pm.suspended earlierPaulo Zanoni1-2/+1
2014-03-19drm/i915: update the PC8 and runtime PM documentationPaulo Zanoni2-40/+35
2014-03-19drm/i915: rename __hsw_do_{en, dis}able_pc8Paulo Zanoni3-6/+6
2014-03-19drm/i915: kill struct i915_package_c8Paulo Zanoni3-9/+0
2014-03-19drm/i915: move pc8.irqs_disabled to pm.irqs_disabledPaulo Zanoni7-41/+42
2014-03-19drm/i915: remove dev_priv->pc8.enabledPaulo Zanoni4-9/+0
2014-03-19drm/i915: don't get/put PC8 when getting/putting power wellsPaulo Zanoni3-24/+0
2014-03-19drm/i915: make intel_aux_display_runtime_get get runtime PM, not PC8Paulo Zanoni1-3/+2