summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915
AgeCommit message (Expand)AuthorFilesLines
2016-02-22drm/i915/gen9: Verify and enforce dc6 state writesMika Kuoppala1-2/+39
2016-02-22drm/i915/gen9: Check for DC state mismatchPatrik Jakobsson3-0/+11
2016-02-22drm/i915/skl: Ensure HW is powered during DDB HW state readoutImre Deak1-1/+6
2016-02-22drm/i915/lvds: Ensure the HW is powered during HW state readoutImre Deak1-3/+11
2016-02-22drm/i915/hdmi: Ensure the HW is powered during HW state readoutImre Deak1-3/+11
2016-02-22drm/i915/dsi: Ensure the HW is powered during HW state readoutImre Deak1-3/+10
2016-02-22drm/i915/dp: Ensure the HW is powered during HW state readoutImre Deak1-4/+14
2016-02-22drm/i915: Ensure the HW is powered when accessing the CRC HW blockImre Deak1-7/+21
2016-02-22drm/i915/ddi: Ensure the HW is powered during HW state readoutImre Deak1-33/+79
2016-02-22drm/i915/crt: Ensure the HW is powered during HW state readoutImre Deak1-3/+10
2016-02-22drm/i915: Ensure the HW is powered during HW access in assert_pipeImre Deak1-4/+7
2016-02-22drm/i915: Ensure the HW is powered when disabling VGAImre Deak1-1/+3
2016-02-22drm/i915/ibx: Ensure the HW is powered during PLL HW readoutImre Deak1-1/+3
2016-02-22drm/i915: Ensure the HW is powered during display pipe HW readoutImre Deak1-19/+48
2016-02-22drm/i915: Add helper to get a display power ref if it was already enabledImre Deak2-9/+94
2016-02-17drm/i915: Fix hpd live status bits for g4xVille Syrjälä2-14/+15
2016-02-10drm/i915: fix error path in intel_setup_gmbus()Rasmus Villemoes1-1/+1
2016-02-10drm/i915/skl: Fix typo in DPLL_CFGCR1 definitionLyude1-1/+1
2016-02-10drm/i915/skl: Don't skip mst encoders in skl_ddi_pll_select()Lyude1-1/+2
2016-02-09drm/i915: Pretend cursor is always on for ILK-style WM calculations (v2)Matt Roper1-5/+9
2016-02-08drm/i915/dp: reduce missing TPS3 support errors to debug loggingJani Nikula1-6/+14
2016-02-08drm/i915/dp: abstract training pattern selectionJani Nikula1-7/+18
2016-02-08drm/i915/dsi: skip gpio element execution when not supportedJani Nikula1-0/+13
2016-02-08drm/i915/dsi: don't pass arbitrary data to sidebandJani Nikula1-1/+1
2016-02-08drm/i915/dsi: defend gpio table against out of bounds accessJani Nikula1-0/+6
2016-02-08drm/i915/bxt: Don't save/restore eDP panel power during suspend (v3)Matt Roper1-2/+2
2016-02-08drm/i915: Allow i915_gem_object_get_page() on userptr as wellChris Wilson3-2/+8
2016-01-29drm/i915: refine qemu south bridge detectionGerd Hoffmann1-1/+3
2016-01-29drm/i915: Remove select to deleted STOP_MACHINE from KconfigAndreas Ziegler1-1/+0
2016-01-29drm/i915: Fix NULL plane->fb oops on SKLVille Syrjälä1-1/+1
2016-01-29drm/i915: Don't reject primary plane windowing with color keying enabled on SKL+Ville Syrjälä1-5/+6
2016-01-29drm/i915/dp: fall back to 18 bpp when sink capability is unknownJani Nikula1-5/+15
2016-01-29drm/i915: Make sure DC writes are coherent on flush.Francisco Jerez2-0/+3
2016-01-18Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds57-1546/+2309
2016-01-18Merge tag 'drm-intel-next-fixes-2016-01-14' of git://anongit.freedesktop.org/...Dave Airlie8-41/+108
2016-01-18Merge tag 'topic/drm-misc-2016-01-17' of git://anongit.freedesktop.org/drm-in...Dave Airlie3-9/+24
2016-01-13drm/i915: Init power domains early in driver loadDaniel Vetter2-3/+5
2016-01-13drm/i915/gen9: Set PIN_ZONE_4G end to 4GB - 1 pageMichel Thierry1-1/+1
2016-01-13drm/i915: Widen return value for reservation_object_wait_timeout_rcu to long.Maarten Lankhorst1-6/+8
2016-01-13drm/i915: intel_hpd_init(): Fix suspend/resume reprobingLyude1-2/+7
2016-01-13drm/i915: shut up gen8+ SDE irq dmesg noise, againJani Nikula1-3/+7
2016-01-13drm/i915: Restore inhibiting the load of the default contextChris Wilson1-1/+5
2016-01-13drm/i915: Tune down rpm wakelock debug checksDaniel Vetter1-2/+4
2016-01-13drm/i915: Avoid writing relocs with addresses in non-canonical formMichał Winiarski1-4/+48
2016-01-06Merge branch 'for-linus' into for-nextTakashi Iwai7-66/+164
2016-01-06drm/i915: Update connector_mask during readout, v2.Maarten Lankhorst1-1/+16
2016-01-05drm/i915: Set connector_state->connector using the helper.Maarten Lankhorst1-4/+2
2016-01-04drm/dp/mst: constify drm_dp_mst_topology_cbs structuresJulia Lawall1-1/+1
2015-12-30drm/i915: increase the tries for HDMI hotplug live status checkingGary Wang1-1/+1
2015-12-24Backmerge drm-fixes merge into Linus's tree into drm-next.Dave Airlie3-7/+25