summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2013-05-138-74/+94
|\
| * Merge branch 'for-linux-next' of git://people.freedesktop.org/~danvet/drm-int...Dave Airlie2013-05-108-74/+94
| |\
| | * drm/i915: clear the stolen fb before resumingJani Nikula2013-05-071-2/+14
| | * Revert "drm/i915: Calculate correct stolen size for GEN7+"Ben Widawsky2013-05-072-16/+1
| | * drm/i915: hsw: fix link training for eDP on port-AImre Deak2013-05-043-15/+50
| | * Revert "drm/i915: revert eDP bpp clamping code changes"Daniel Vetter2013-05-041-14/+4
| | * drm/i915: Fix pipe enabled mask for pipe C in WM calculationsVille Syrjälä2013-05-011-22/+22
| | * drm/i915: Always normalize return timeout for wait_timeout_ioctlChris Wilson2013-04-301-5/+3
* | | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2013-05-0232-2221/+3397
|\ \ \ | |/ /
| * | drm/i915: fix dmabuf vmap supportDave Airlie2013-05-011-1/+1
| * | drm: prime: fix refcounting on the dmabuf import error pathImre Deak2013-05-011-1/+4
| * | Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie2013-04-308-20/+60
| |\ \ | | |/
| | * drm/i915: correct the calculation of first_pd_entry_in_global_ptZhang, Xiong Y2013-04-271-2/+1
| | * Revert "drm/i915: Don't overclock on Haswell"Ben Widawsky2013-04-241-1/+1
| | * drm/i915: Make data/link N value power of twoVille Syrjälä2013-04-232-16/+22
| | * drm/i915: avoid full modeset when changing the color range propertiesDaniel Vetter2013-04-233-0/+24
| | * drm/i915: Fall back to bit banging mode for DVO transmitter detectionDavid Müller (ELSOFT AG)2013-04-191-1/+12
| * | Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie2013-04-2226-291/+706
| |\ \ | | |/
| | * drm/i915: fix bpc vs. bpp confusion in intel_crtc_compute_configDaniel Vetter2013-04-181-2/+2
| | * drm/i915: move cpu_transcoder to the pipe configurationDaniel Vetter2013-04-184-24/+32
| | * drm/i915: preserve the PBC bits of TRANS_CHICKEN2Paulo Zanoni2013-04-182-3/+11
| | * drm/i915: set CPT FDI RX polarity bits based on VBTPaulo Zanoni2013-04-185-6/+16
| | * drm/i915: Add Reenable Timer to turn Hotplug Detection back on (v4)Egbert Eich2013-04-182-1/+52
| | * drm/i915: Disable HPD interrupt on pin when irq storm is detected (v3)Egbert Eich2013-04-181-17/+58
| | * drm/i915: Mask out the HPD irq bits before setting them individually.Egbert Eich2013-04-181-0/+2
| | * drm/i915: (re)init HPD interrupt storm statisticsEgbert Eich2013-04-187-10/+23
| | * drm/i915: Add HPD IRQ storm detection (v5)Egbert Eich2013-04-182-12/+66
| | * drm/i915: WARN when LPT-LP is not paired with ULT CPUPaulo Zanoni2013-04-181-0/+2
| | * drm/i915: don't intel_crt_init on any ULT machinesPaulo Zanoni2013-04-181-1/+1
| | * drm/i915: remove comment about IVB link training from intel_pm.cPaulo Zanoni2013-04-181-1/+0
| | * drm/i915: VLV doesn't have LLCBen Widawsky2013-04-181-0/+2
| | * drm/i915: Scale ring, rather than ia, frequency on HaswellChris Wilson2013-04-183-16/+38
| | * drm/i915: shorten debugfs output simple attributesMika Kuoppala2013-04-181-4/+4
| | * drm/i915: Fixup pfit disabling for gen2/3Daniel Vetter2013-04-181-7/+21
| | * drm/i915: Fixup Oops in the pipe config computationDaniel Vetter2013-04-181-10/+13
| | * drm/i915: ensure single initialization and cleanup of backlight deviceJani Nikula2013-04-184-6/+10
| | * drm/i915: don't touch the PF regs if the power well is downPaulo Zanoni2013-04-181-3/+7
| | * drm/i915: add intel_using_power_wellPaulo Zanoni2013-04-183-2/+19
| | * drm/i915: don't check inconsistent modeset state when force-restoringDaniel Vetter2013-04-181-6/+24
| | * drm/i915: IVB/HSW have 32 fence registerVille Syrjälä2013-04-183-5/+7
| | * drm/i915: Return stored value from max freq sysfs entryMika Kuoppala2013-04-181-1/+1
| | * drm/i915: Remove stale codeBen Widawsky2013-04-181-3/+0
| | * drm/i915: Increase max fence pitch limit to 256KB on IVB+Ville Syrjälä2013-04-182-3/+7
| | * drm/i915: Reject fence stride=0 on gen4+Ville Syrjälä2013-04-181-3/+3
| | * drm/i915: Configure GAM_ECOCHK appropriatly for Gen7Ville Syrjälä2013-04-182-2/+14
| | * drm/i915: Set GAC_ECO_BITS register on Gen7+Ville Syrjälä2013-04-181-0/+5
| | * drm/i915: Add ECOBITS_SNB_BITVille Syrjälä2013-04-182-1/+3
| | * drm/i915: Don't default to overclock maxBen Widawsky2013-04-181-2/+1
| | * drm/i915: Better overclock supportBen Widawsky2013-04-184-6/+16
| | * drm/i915: use lower aux clock divider on non-ULT HSWJani Nikula2013-04-181-2/+6