aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-01-08drm/i915: Detect and clear unclaimed access on resumeMika Kuoppala1-0/+6
2016-01-08drm/i915: Introduce intel_uncore_unclaimed_mmioMika Kuoppala3-5/+5
2016-01-08drm/i915: Consolidate unclaimed mmio detectionMika Kuoppala1-12/+23
2016-01-08drm/i915: Inspect subunit states on hangcheckMika Kuoppala3-6/+77
2016-01-07drm/i915: Cleaning up DDI translation tablesRodrigo Vivi1-11/+11
2016-01-07drm/i915: Update Skylake DDI translation table for DP.Rodrigo Vivi1-2/+2
2016-01-07drm/i915: Update Skylake DDI translation table for HDMI.Rodrigo Vivi1-9/+9
2016-01-07drm/i915: intel_hpd_init(): Fix suspend/resume reprobingLyude1-2/+7
2016-01-07drm/i915: Extract CSB status readBen Widawsky1-3/+16
2016-01-07drm/i915: Change WARN to ERROR in CSB countBen Widawsky1-1/+3
2016-01-07drm/i915: Cleanup some of the CSB handlingBen Widawsky3-11/+28
2016-01-07drm/i915/kbl: Enable PW1 and Misc I/O power wellsMichel Thierry1-2/+2
2016-01-07drm/i915: Remove commit_plane function pointer.Maarten Lankhorst2-5/+1
2016-01-07drm/i915: Use plane state for primary plane updates.Maarten Lankhorst2-148/+103
2016-01-07drm/i915: Use the plane state for cursor updates.Maarten Lankhorst1-46/+46
2016-01-07drm/i915: Make disable_cursor_plane similar to commit_cursor_plane.Maarten Lankhorst1-0/+3
2016-01-07drm/i915: Remove some visibility checks from intel_crtc_update_cursor.Maarten Lankhorst1-14/+0
2016-01-07drm/i915: Do not use commit_plane for sprite planes.Maarten Lankhorst2-20/+11
2016-01-07drm/i915: Use passed plane state for sprite planes, v4.Maarten Lankhorst2-63/+71
2016-01-07drm/i915: Add two-stage ILK-style watermark programming (v10)Matt Roper6-56/+241
2016-01-07drm/i915: shut up gen8+ SDE irq dmesg noise, againJani Nikula1-3/+7
2016-01-06drm/i915: Allow fuzzy matching in intel_compare_link_m_nMaarten Lankhorst1-5/+8
2016-01-06drm/i915: Sanitize watermarks after hardware state readout (v4)Matt Roper3-4/+86
2016-01-06drm/i915: Add extra paranoia to ILK watermark calculationsMatt Roper1-0/+16
2016-01-06drm/i915: Convert hsw_compute_linetime_wm to use in-flight stateMatt Roper1-6/+10
2016-01-06drm/i915: Setup clipped src/dest coordinates during FB reconstruction (v2)Matt Roper1-0/+11
2016-01-06drm/i915: Restore inhibiting the load of the default contextChris Wilson1-1/+5
2016-01-06drm/i915: Tune down rpm wakelock debug checksDaniel Vetter1-2/+4
2016-01-05drm/i915: Allow use of get_dma_address for stolen backed objectsAnkitprasad Sharma1-0/+3
2016-01-05drm/i915: add kerneldoc for intel_lr_context_size()Dave Gordon1-0/+14
2016-01-05drm/i915/dsi: be defensive about out of bounds operation byteJani Nikula1-13/+9
2016-01-05drm/i915/dsi: be defensive about out of bounds sequence idJani Nikula1-7/+15
2016-01-05drm/i915/bios: rewrite sequence block parsingJani Nikula3-107/+57
2016-01-05drm/i915/bios: abstract finding the panel sequence blockJani Nikula1-34/+42
2016-01-05drm/i915/bios: have get_blocksize() support MIPI sequence block v3+Jani Nikula1-18/+18
2016-01-05drm/i915/bios: split the MIPI DSI VBT block parsing to twoJani Nikula1-8/+19
2016-01-05drm/i915/bios: fix header define name for intel_bios.hJani Nikula1-3/+3
2016-01-05drm/i915/guc: Add GuC ADS - enabling ADSAlex Dai1-0/+7
2016-01-05drm/i915/guc: Add GuC ADS - MMIO reg stateAlex Dai2-1/+58
2016-01-05drm/i915/guc: Add GuC ADS - scheduler policiesAlex Dai2-1/+76
2016-01-05drm/i915/guc: Add GuC ADS (Addition Data Structure) - allocationAlex Dai4-1/+78
2016-01-05drm/i915/guc: Expose (intel)_lr_context_size()Dave Gordon2-2/+3
2016-01-05drm/i915/guc: Move GuC wq_check_space to alloc_request_extrasAlex Dai3-15/+39
2016-01-05drm/i915: Disable shrinker for non-swapped backed objectsChris Wilson1-16/+44
2016-01-05mm: Export nr_swap_pagesChris Wilson1-0/+6
2016-01-05drm/i915: Avoid writing relocs with addresses in non-canonical formMichaƂ Winiarski1-4/+48
2016-01-04i915: correctly handling failed allocationInsu Yun1-0/+2
2015-12-30drm/i915: Fix whitespace (trivial)Ben Widawsky1-2/+2
2015-12-23drm/i915: increase the tries for HDMI hotplug live status checkingGary Wang1-1/+1
2015-12-22drm/i915: Calculate visibility in check_plane correctly regardless of dpms.Maarten Lankhorst2-4/+9