summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Balance assert_rpm_wakelock_held() for !IS_ENABLED(CONFIG_PM)Chris Wilson2016-03-021-14/+12
* drm/i915/skl: Fix power domain suspend sequenceImre Deak2016-03-021-3/+3
* drm/i915/gen9: Verify and enforce dc6 state writesMika Kuoppala2016-02-221-2/+39
* drm/i915/gen9: Check for DC state mismatchPatrik Jakobsson2016-02-223-0/+11
* drm/i915/skl: Ensure HW is powered during DDB HW state readoutImre Deak2016-02-221-1/+6
* drm/i915/lvds: Ensure the HW is powered during HW state readoutImre Deak2016-02-221-3/+11
* drm/i915/hdmi: Ensure the HW is powered during HW state readoutImre Deak2016-02-221-3/+11
* drm/i915/dsi: Ensure the HW is powered during HW state readoutImre Deak2016-02-221-3/+10
* drm/i915/dp: Ensure the HW is powered during HW state readoutImre Deak2016-02-221-4/+14
* drm/i915: Ensure the HW is powered when accessing the CRC HW blockImre Deak2016-02-221-7/+21
* drm/i915/ddi: Ensure the HW is powered during HW state readoutImre Deak2016-02-221-33/+79
* drm/i915/crt: Ensure the HW is powered during HW state readoutImre Deak2016-02-221-3/+10
* drm/i915: Ensure the HW is powered during HW access in assert_pipeImre Deak2016-02-221-4/+7
* drm/i915: Ensure the HW is powered when disabling VGAImre Deak2016-02-221-1/+3
* drm/i915/ibx: Ensure the HW is powered during PLL HW readoutImre Deak2016-02-221-1/+3
* drm/i915: Ensure the HW is powered during display pipe HW readoutImre Deak2016-02-221-19/+48
* drm/i915: Add helper to get a display power ref if it was already enabledImre Deak2016-02-222-9/+94
* drm/i915: Fix hpd live status bits for g4xVille Syrjälä2016-02-172-14/+15
* drm/i915: fix error path in intel_setup_gmbus()Rasmus Villemoes2016-02-101-1/+1
* drm/i915/skl: Fix typo in DPLL_CFGCR1 definitionLyude2016-02-101-1/+1
* drm/i915/skl: Don't skip mst encoders in skl_ddi_pll_select()Lyude2016-02-101-1/+2
* drm/i915: Pretend cursor is always on for ILK-style WM calculations (v2)Matt Roper2016-02-091-5/+9
* drm/i915/dp: reduce missing TPS3 support errors to debug loggingJani Nikula2016-02-081-6/+14
* drm/i915/dp: abstract training pattern selectionJani Nikula2016-02-081-7/+18
* drm/i915/dsi: skip gpio element execution when not supportedJani Nikula2016-02-081-0/+13
* drm/i915/dsi: don't pass arbitrary data to sidebandJani Nikula2016-02-081-1/+1
* drm/i915/dsi: defend gpio table against out of bounds accessJani Nikula2016-02-081-0/+6
* drm/i915/bxt: Don't save/restore eDP panel power during suspend (v3)Matt Roper2016-02-081-2/+2
* drm/i915: Allow i915_gem_object_get_page() on userptr as wellChris Wilson2016-02-083-2/+8
* drm/i915: refine qemu south bridge detectionGerd Hoffmann2016-01-291-1/+3
* drm/i915: Remove select to deleted STOP_MACHINE from KconfigAndreas Ziegler2016-01-291-1/+0
* drm/i915: Fix NULL plane->fb oops on SKLVille Syrjälä2016-01-291-1/+1
* drm/i915: Don't reject primary plane windowing with color keying enabled on SKL+Ville Syrjälä2016-01-291-5/+6
* drm/i915/dp: fall back to 18 bpp when sink capability is unknownJani Nikula2016-01-291-5/+15
* drm/i915: Make sure DC writes are coherent on flush.Francisco Jerez2016-01-292-0/+3
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2016-01-1757-1546/+2309
|\
| * Merge tag 'drm-intel-next-fixes-2016-01-14' of git://anongit.freedesktop.org/...Dave Airlie2016-01-188-41/+108
| |\
| | * drm/i915/gen9: Set PIN_ZONE_4G end to 4GB - 1 pageMichel Thierry2016-01-131-1/+1
| | * drm/i915: Widen return value for reservation_object_wait_timeout_rcu to long.Maarten Lankhorst2016-01-131-6/+8
| | * drm/i915: intel_hpd_init(): Fix suspend/resume reprobingLyude2016-01-131-2/+7
| | * drm/i915: shut up gen8+ SDE irq dmesg noise, againJani Nikula2016-01-131-3/+7
| | * drm/i915: Restore inhibiting the load of the default contextChris Wilson2016-01-131-1/+5
| | * drm/i915: Tune down rpm wakelock debug checksDaniel Vetter2016-01-131-2/+4
| | * drm/i915: Avoid writing relocs with addresses in non-canonical formMichał Winiarski2016-01-131-4/+48
| | * drm/i915: Move Braswell stop_machine GGTT insertion workaroundChris Wilson2015-12-221-22/+28
| * | Merge tag 'topic/drm-misc-2016-01-17' of git://anongit.freedesktop.org/drm-in...Dave Airlie2016-01-183-9/+24
| |\ \
| | * | drm/i915: Init power domains early in driver loadDaniel Vetter2016-01-132-3/+5
| | * | drm/i915: Update connector_mask during readout, v2.Maarten Lankhorst2016-01-061-1/+16
| | * | drm/i915: Set connector_state->connector using the helper.Maarten Lankhorst2016-01-051-4/+2
| | * | drm/dp/mst: constify drm_dp_mst_topology_cbs structuresJulia Lawall2016-01-041-1/+1
OpenPOWER on IntegriCloud