summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915 (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Fix pte updates in ggtt clear rangeBen Widawsky2012-11-291-2/+4
* drm/i915: promote Haswell to full supportPaulo Zanoni2012-11-231-1/+1
* drm/i915: Report the origin of the LVDS fixed panel modeChris Wilson2012-11-221-2/+13
* drm/i915: LVDS fallback to fixed-mode if EDID not presentChris Wilson2012-11-221-6/+1
* drm/i915/sdvo: kfree the intel_sdvo_connector, not drm_connector, on destroyJani Nikula2012-11-221-1/+1
* drm/i915: drm_connector_property -> drm_object_propertyRob Clark2012-11-217-25/+25
* drm/i915: use drm_send_vblank_event() helperRob Clark2012-11-211-13/+2
* drm/i915: Use pci_resource functions for BARs.Ben Widawsky2012-11-211-6/+2
* drm/i915: Borrow our struct_mutex for the direct reclaimChris Wilson2012-11-211-3/+22
* drm/i915: Defer assignment of obj->gtt_space until after all possible mallocsChris Wilson2012-11-211-20/+19
* drm/i915: Apply the IBX transcoder A w/a for HDMI to SDVO as wellChris Wilson2012-11-211-1/+37
* drm/i915: implement WaMbcDriverBootEnable on HaswellPaulo Zanoni2012-11-211-0/+7
* drm/i915: fix intel_ddi_get_cdclk_freq for ULT machinesPaulo Zanoni2012-11-212-0/+4
* drm/i915: make the panel fitter work on pipes B and C on HaswellPaulo Zanoni2012-11-211-1/+2
* drm/i915: make the panel fitter work on pipes B and C on IVBPaulo Zanoni2012-11-212-1/+7
* drm/i915: don't intel_crt_init if DDI A has 4 lanesPaulo Zanoni2012-11-212-1/+4
* drm/i915: make DP work on LPT-LP machinesPaulo Zanoni2012-11-214-8/+26
* drm/i915: fix false positive "Unclaimed write" messagesPaulo Zanoni2012-11-211-0/+4
* drm/i915: use cpu/pch transcoder on intel_enable_pipePaulo Zanoni2012-11-211-2/+8
* drm/i915: don't limit Haswell CRT encoder to pipe APaulo Zanoni2012-11-212-13/+4
* drm/i915: Flush outstanding unpin tasks before pageflippingChris Wilson2012-11-212-7/+19
* drm/i915: resurrect panel lid handlingDaniel Vetter2012-11-212-17/+14
* drm/i915: Enable DP audio for HaswellTakashi Iwai2012-11-211-0/+9
* drm/i915: Pin the object whilst faulting it inChris Wilson2012-11-211-20/+9
* drm/i915: Guard pages being reaped by OOM whilst binding-to-GTTChris Wilson2012-11-211-1/+8
* drm/i915: Remove bogus test for a present execbufferChris Wilson2012-11-211-9/+0
* drm/i915: Remove save/restore of physical HWS_PGA registerChris Wilson2012-11-212-9/+0
* drm/i915: Fix warning in i915_gem_chipset_flushBen Widawsky2012-11-211-1/+1
* drm/i915: Only check for valid PP_{ON, OFF}_DELAYS on pre ILK hardwareDamien Lespiau2012-11-211-1/+2
* drm/i915: drop buggy write to FDI_RX_CHICKEN registerDaniel Vetter2012-11-211-3/+0
* drm/i915: Use LRI to update the semaphore registersChris Wilson2012-11-211-5/+2
* drm/i915: add LynxPoint-LP PCH IDWei Shun Chang2012-11-211-0/+6
* drm/i915: Optimize DIV_ROUND_CLOSEST callJean Delvare2012-11-211-1/+2
* Merge branch 'for-airlied' of git://people.freedesktop.org/~danvet/drm-intel ...Dave Airlie2012-11-2030-2397/+4873
|\
| * drm/i915: Restore physical HWS_PGA after resumeChris Wilson2012-11-162-43/+35
| * drm/i915: Report amount of usable graphics memory in MiBChris Wilson2012-11-131-1/+1
| * drm/i915/i2c: Track users of GMBUS force-bitChris Wilson2012-11-132-4/+7
| * drm/i915: Allocate the proper size for contexts.Ben Widawsky2012-11-111-1/+1
| * drm/i915: Update load-detect failure paths for modeset-reworkChris Wilson2012-11-111-7/+2
| * drm/i915: Clear unused fields of mode for framebuffer creationChris Wilson2012-11-111-1/+1
| * drm/i915: Always calculate 8xx WM values based on a 32-bpp framebufferChris Wilson2012-11-111-6/+11
| * drm/i915: Fix sparse warnings in from AGP kill codeBen Widawsky2012-11-111-1/+1
| * drm/i915: Missed lock change with rps lockBen Widawsky2012-11-111-1/+3
| * drm/i915: Move the remaining gtt codeBen Widawsky2012-11-113-79/+76
| * drm/i915: flush system agent TLBs on SNBBen Widawsky2012-11-112-2/+11
| * drm/i915: Calculate correct stolen size for GEN7+Ben Widawsky2012-11-112-1/+15
| * drm/i915: Stop using AGP layer for GEN6+Ben Widawsky2012-11-116-49/+254
| * drm/i915: drop the double-OP_STOREDW usage in blt_ring_flushDaniel Vetter2012-11-111-1/+1
| * drm/i915: don't rewrite the GTT on resume v4Jesse Barnes2012-11-112-11/+33
| * drm/i915: protect RPS/RC6 related accesses (including PCU) with a new mutexJesse Barnes2012-11-116-44/+41