summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
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
2015-12-22drm/i915: Keep track of the cdclk as if all crtc's were active.Maarten Lankhorst3-19/+44
2015-12-22drm/i915: Do not acquire crtc state to check clock during modeset, v4.Maarten Lankhorst4-41/+116
2015-12-22drm/i915/skl: Do not allow scaling when crtc is disabled.Maarten Lankhorst1-1/+1
2015-12-22drm/i915/bios: add proper documentation for the Video BIOS Table (VBT)Jani Nikula2-11/+51
2015-12-22drm/i915: Unbreak check_digital_port_conflicts()Ville Syrjälä1-4/+8
2015-12-22drm/i915: Compile-time concatenate WARN_ON macro stringsJoonas Lahtinen1-10/+4
2015-12-22drm/i915: Simplify _STATE_ debug macrosJoonas Lahtinen1-10/+5
2015-12-21drm/i915: Remove obsolete code from intelfb_alloc()Lukas Wunner1-3/+1
2015-12-21drm/i915: Workaround CHV pipe C cursor failVille Syrjälä1-0/+17
2015-12-21drm/i915: Reorder i915_params struct.Joonas Lahtinen1-4/+4
2015-12-21drm/i915: Decouple struct i915_params i915 into i915_params.hJoonas Lahtinen3-38/+71
2015-12-21drm/i915: Limit VF cache invalidate workaround usage to gen9Ben Widawsky1-8/+8
2015-12-21drm/i915: Correct max delay for HDMI hotplug live status checkingGary Wang1-3/+4
2015-12-21drm/i915: Move Braswell stop_machine GGTT insertion workaroundChris Wilson1-22/+28
2015-12-18drm/i915: Apply broader WaRsDisableCoarsePowerGating for guc alsoMika Kuoppala3-7/+8
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