summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915
AgeCommit message (Expand)AuthorFilesLines
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
2015-12-23drm/i915: Unbreak check_digital_port_conflicts()Ville Syrjälä1-4/+8
2015-12-23Merge branch 'for-linus' into for-nextTakashi Iwai3-8/+6
2015-12-23Merge tag 'drm-intel-next-2015-12-18' of git://anongit.freedesktop.org/drm-in...Dave Airlie51-800/+1425
2015-12-22drm/i915: Move Braswell stop_machine GGTT insertion workaroundChris Wilson1-22/+28
2015-12-22drm/i915: Correct max delay for HDMI hotplug live status checkingGary Wang1-3/+4
2015-12-22drm/i915: mdelay(10) considered harmfulDaniel Vetter1-1/+1
2015-12-22drm/i915: Kill intel_crtc->cursor_boVille Syrjälä2-6/+0
2015-12-22drm/i915: Workaround CHV pipe C cursor failVille Syrjälä1-0/+17
2015-12-22drm/i915: Only spin whilst waiting on the current requestChris Wilson2-9/+26
2015-12-22drm/i915: Limit the busy wait on requests to 5us not 10ms!Chris Wilson1-2/+45
2015-12-22drm/i915: Break busywaiting for requests on pending signalsChris Wilson1-5/+8
2015-12-22drm/i915: Disable primary plane if we fail to reconstruct BIOS fb (v2)Matt Roper1-0/+15
2015-12-22drm/i915: Set the map-and-fenceable flag for preallocated objectsChris Wilson4-19/+27
2015-12-22drm/i915: Drop the broken cursor base==0 special casingVille Syrjälä1-17/+12
2015-12-18drm/i915: Update DRIVER_DATE to 20151218Daniel Vetter1-1/+1
2015-12-18drm/i915/skl: Default to noncoherent access up to F0Mika Kuoppala1-5/+5
2015-12-18drm/i915: Only spin whilst waiting on the current requestChris Wilson2-9/+26
2015-12-18drm/i915: Limit the busy wait on requests to 5us not 10ms!Chris Wilson1-2/+45
2015-12-18drm/i915: Break busywaiting for requests on pending signalsChris Wilson1-5/+8
2015-12-18drm/i915: don't enable autosuspend on platforms without RPM supportImre Deak1-5/+8
2015-12-18drm/i915/backlight: prefer dev_priv over dev pointerJani Nikula1-98/+58
2015-12-17drm/i915: Disable primary plane if we fail to reconstruct BIOS fb (v2)Matt Roper1-0/+15
2015-12-17drm/i915: Pin the ifbdev for the info->system_base GGTT mmappingChris Wilson1-7/+13
2015-12-17drm/i915: Set the map-and-fenceable flag for preallocated objectsChris Wilson4-19/+27
2015-12-17drm/i915: mdelay(10) considered harmfulDaniel Vetter1-1/+1
2015-12-17drm/i915: check that we are in an RPM atomic section in GGTT PTE updatersImre Deak1-0/+33
2015-12-17drm/i915: add support for checking RPM atomic sectionsImre Deak4-1/+21
2015-12-17drm/i915: check that we hold an RPM wakelock ref before we put itImre Deak1-0/+1
2015-12-17drm/i915: add support for checking if we hold an RPM referenceImre Deak7-10/+169
2015-12-17drm/i915: use assert_rpm_wakelock_held instead of opencoding itImre Deak2-7/+5
2015-12-17drm/i915: add assert_rpm_wakelock_held helperImre Deak2-13/+21
2015-12-17drm/i915: remove HAS_RUNTIME_PM check from RPM get/put/assert helpersImre Deak2-11/+1
2015-12-17drm/i915: get a permanent RPM reference on platforms w/o RPM supportImre Deak1-1/+16
2015-12-17drm/i915: refactor RPM disabling due to RC6 being disabledImre Deak2-9/+15
2015-12-17drm/i915: clarify comment about mandatory RPM put/get during driver load/unloadImre Deak1-2/+13
2015-12-17drm/i915/opregion: handle VBT sizes bigger than 6 KBJani Nikula2-3/+25
2015-12-16drm/i915: Fix AVI/HDMI/SPD infoframes on HSW+Ville Syrjälä1-6/+4
2015-12-16drm/i915/bios: reduce indent in parse_general_featuresJani Nikula1-19/+20
2015-12-16drm/i915/bios: prefer using dev_priv over dev pointerJani Nikula3-15/+11
2015-12-16drm/i915/bios: fix format string of the VBT signature loggingJani Nikula1-2/+2
2015-12-16drm/i915: move drmP.h include to i915_drv.hJani Nikula2-2/+1
2015-12-16drm/i915: prefer for_each_intel_* macros for iterationJani Nikula6-27/+17
2015-12-16drm/i915/debugfs: add a separate debugfs file for VBTJani Nikula3-0/+16
2015-12-16drm/i915: don't use a temp buffer for opregion debugfs fileJani Nikula1-9/+2
2015-12-16drm/i915/opregion: make VBT pointer a constJani Nikula2-2/+2
2015-12-16drm/i915/opregion: make VBT size limit more strictJani Nikula1-1/+1