summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Prevent negative relocation deltas from wrappingChris Wilson2014-05-275-38/+103
* drm/i915: Only copy back the modified fields to userspace from execbufferChris Wilson2014-05-271-22/+32
* drm/i915: Fix dynamic allocation of physical handlesChris Wilson2014-05-275-231/+136
* drm/i915: Increase WM memory latency values on SNBVille Syrjälä2014-05-151-0/+40
* drm/i915: restore backlight precision when converting from ACPIAaron Lu2014-05-151-4/+4
* drm/i915: Use the first mode if there is no preferred mode in the EDIDChris Wilson2014-05-151-0/+9
* drm/i915/dp: force eDP lane count to max available lanes on BDWJani Nikula2014-05-151-1/+6
* drm/i915/vlv: reset VLV media force wake request registerJani Nikula2014-05-091-0/+2
* drm/i915/SDVO: For sysfs link put directory and target in correct orderEgbert Eich2014-05-071-2/+2
* drm/i915: use lane count and link rate from VBT as minimums for eDPJani Nikula2014-05-071-7/+23
* drm/i915: clean up VBT eDP link param decodingJani Nikula2014-05-071-14/+38
* drm/i915: consider the source max DP lane count tooPaulo Zanoni2014-05-071-2/+18
* drm/i915: don't try DP_LINK_BW_5_4 on HSW ULXPaulo Zanoni2014-04-302-1/+5
* drm/i915: Sanitize the enable_ppgtt module option onceDaniel Vetter2014-04-291-7/+25
* drm/i915: Break encoder->crtc link separately in intel_sanitize_crtc()Egbert Eich2014-04-251-12/+14
* drm/i915: Move all ring resets before setting the HWS pageChris Wilson2014-04-253-20/+36
* drm/i915: Don't WARN nor handle unexpected hpd interrupts on gmch platformsDaniel Vetter2014-04-251-4/+14
* drm/i915: Allow full PPGTT with param overrideBen Widawsky2014-04-241-1/+1
* drm/i915: Discard BIOS framebuffers too small to accommodate chosen modeChris Wilson2014-04-241-0/+10
* drm/i915: get power domain in case the BIOS enabled eDP VDDPaulo Zanoni2014-04-231-1/+10
* drm/i915: Don't check gmch state on inherited configsDaniel Vetter2014-04-232-6/+20
* drm/i915: Allow user modes to exceed DVI 165MHz limitVille Syrjälä2014-04-221-4/+5
* Merge branch 'drm-next-3.15-wip' of git://people.freedesktop.org/~deathsimple...Dave Airlie2014-04-191-3/+4
|\
| * drm/i915: support address only i2c-over-aux transactionsJani Nikula2014-04-081-3/+4
* | Merge tag 'drm-intel-fixes-2014-04-11' of git://anongit.freedesktop.org/drm-i...Dave Airlie2014-04-168-137/+122
|\ \
| * | drm/i915: Always use kref tracking for all contexts.Chris Wilson2014-04-114-137/+93
| * | drm/i915: do not setup backlight if not available according to VBTJani Nikula2014-04-111-0/+5
| * | drm/i915: check VBT for supported backlight typeJani Nikula2014-04-113-0/+14
| * | drm/i915: Disable self-refresh for untiled fbs on i915gmDaniel Vetter2014-04-101-0/+10
| |/
* | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2014-04-0848-4135/+8785
|\ \ | |/
| * Merge tag 'drm-intel-fixes-2014-04-04' of git://anongit.freedesktop.org/drm-i...Dave Airlie2014-04-0526-405/+590
| |\
| | * Skip intel_crt_init for Dell XPS 8700Giacomo Comes2014-04-041-0/+8
| | * drm/i915: vlv: fix RPS interrupt mask settingImre Deak2014-04-041-1/+1
| | * Revert "drm/i915/vlv: fixup DDR freq detection per Punit spec"Deepak S2014-04-041-4/+2
| | * drm/i915: move power domain init earlier during system resumeImre Deak2014-04-041-14/+76
| | * drm/i915: Fix the computation of required fb size for pipeChris Wilson2014-04-021-8/+21
| | * drm/i915: don't get/put runtime PM at the debugfs forcewake filePaulo Zanoni2014-04-011-2/+0
| | * drm/i915: fix WARNs when reading DDI state while suspendedPaulo Zanoni2014-04-012-0/+8
| | * drm/i915: don't read cursor registers on powered down pipesPaulo Zanoni2014-04-011-6/+7
| | * drm/i915: get runtime PM at i915_display_infoPaulo Zanoni2014-04-011-0/+3
| | * drm/i915: don't read pp_ctrl_reg if we're suspendedPaulo Zanoni2014-04-011-1/+2
| | * drm/i915: get runtime PM at i915_reg_read_ioctlPaulo Zanoni2014-04-011-3/+8
| | * drm/i915: don't schedule force_wake_timer at gen6_readPaulo Zanoni2014-04-011-4/+5
| | * drm/i915: vlv: reserve the GT power context only once during driver initImre Deak2014-04-013-7/+44
| | * drm/i915: prefer struct drm_i915_private to drm_i915_private_tJani Nikula2014-03-319-17/+17
| | * drm/i915/overlay: prefer struct drm_i915_private to drm_i915_private_tJani Nikula2014-03-311-12/+12
| | * drm/i915/ringbuffer: prefer struct drm_i915_private to drm_i915_private_tJani Nikula2014-03-311-19/+19
| | * drm/i915/display: prefer struct drm_i915_private to drm_i915_private_tJani Nikula2014-03-311-11/+11
| | * drm/i915/irq: prefer struct drm_i915_private to drm_i915_private_tJani Nikula2014-03-311-55/+55
| | * drm/i915/gem: prefer struct drm_i915_private to drm_i915_private_tJani Nikula2014-03-311-23/+23
OpenPOWER on IntegriCloud