aboutsummaryrefslogtreecommitdiffstats
path: root/Kconfig (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-11drm/i915/bios: add defines for v3 sequence blockJani Nikula1-0/+5
2016-01-11drm/i915: skip the i2c element in the generic VBT DSI driverJani Nikula1-0/+6
2016-01-11drm/i915/bios: add sequences for MIPI sequence block v2Jani Nikula1-0/+3
2016-01-11drm/i915/bios: interpret the i2c elementJani Nikula2-1/+6
2016-01-11drm/i915: Arm the unclaimed mmio debugs on suspend pathMika Kuoppala3-4/+7
2016-01-11drm/i915: Enable mmio_debug for vlv/chvMika Kuoppala1-19/+22
2016-01-11drm/i915: Widen return value for reservation_object_wait_timeout_rcu to long.Maarten Lankhorst1-6/+8
2016-01-11drm/i915: Update DRIVER_DATE to 20160111Daniel Vetter1-1/+1
2016-01-08drm/i915: Don't warn if the workaround list is empty part 2.Boyer, Wayne1-1/+1
2016-01-08drm/i915/kbl: Adding missing IS_KABYLAKE checks.Rodrigo Vivi2-7/+13
2016-01-08drm/i915/dsi: remove unused dsi_rr_formula()Jani Nikula1-81/+0
2016-01-08drm/i915/dsi: abstract get pclk platform differencesJani Nikula3-11/+13
2016-01-08drm/i915: Add non claimed mmio checking for vlv/chvMika Kuoppala2-4/+32
2016-01-08drm/i915: Streamline unclaimed reg debug traceMika Kuoppala1-9/+9
2016-01-08drm/i915: Do one shot unclaimed mmio detection less frequentlyMika Kuoppala4-24/+40
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