summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
* drm/i915/guc: Move GuC wq_check_space to alloc_request_extrasAlex Dai2016-01-053-15/+39
* drm/i915: Disable shrinker for non-swapped backed objectsChris Wilson2016-01-051-16/+44
* drm/i915: Avoid writing relocs with addresses in non-canonical formMichał Winiarski2016-01-051-4/+48
* i915: correctly handling failed allocationInsu Yun2016-01-041-0/+2
* drm/i915: Fix whitespace (trivial)Ben Widawsky2015-12-301-2/+2
* drm/i915: increase the tries for HDMI hotplug live status checkingGary Wang2015-12-231-1/+1
* drm/i915: Calculate visibility in check_plane correctly regardless of dpms.Maarten Lankhorst2015-12-222-4/+9
* drm/i915: Keep track of the cdclk as if all crtc's were active.Maarten Lankhorst2015-12-223-19/+44
* drm/i915: Do not acquire crtc state to check clock during modeset, v4.Maarten Lankhorst2015-12-224-41/+116
* drm/i915/skl: Do not allow scaling when crtc is disabled.Maarten Lankhorst2015-12-221-1/+1
* drm/i915/bios: add proper documentation for the Video BIOS Table (VBT)Jani Nikula2015-12-222-11/+51
* drm/i915: Unbreak check_digital_port_conflicts()Ville Syrjälä2015-12-221-4/+8
* drm/i915: Compile-time concatenate WARN_ON macro stringsJoonas Lahtinen2015-12-221-10/+4Star
* drm/i915: Simplify _STATE_ debug macrosJoonas Lahtinen2015-12-221-10/+5Star
* drm/i915: Remove obsolete code from intelfb_alloc()Lukas Wunner2015-12-211-3/+1Star
* drm/i915: Workaround CHV pipe C cursor failVille Syrjälä2015-12-211-0/+17
* drm/i915: Reorder i915_params struct.Joonas Lahtinen2015-12-211-4/+4
* drm/i915: Decouple struct i915_params i915 into i915_params.hJoonas Lahtinen2015-12-213-38/+71
* drm/i915: Limit VF cache invalidate workaround usage to gen9Ben Widawsky2015-12-211-8/+8
* drm/i915: Correct max delay for HDMI hotplug live status checkingGary Wang2015-12-211-3/+4
* drm/i915: Move Braswell stop_machine GGTT insertion workaroundChris Wilson2015-12-211-22/+28
* drm/i915: Apply broader WaRsDisableCoarsePowerGating for guc alsoMika Kuoppala2015-12-183-7/+8
* drm/i915: Update DRIVER_DATE to 20151218Daniel Vetter2015-12-181-1/+1
* drm/i915/skl: Default to noncoherent access up to F0Mika Kuoppala2015-12-181-5/+5
* drm/i915: Only spin whilst waiting on the current requestChris Wilson2015-12-182-9/+26
* drm/i915: Limit the busy wait on requests to 5us not 10ms!Chris Wilson2015-12-181-2/+45
* drm/i915: Break busywaiting for requests on pending signalsChris Wilson2015-12-181-5/+8
* drm/i915: don't enable autosuspend on platforms without RPM supportImre Deak2015-12-181-5/+8
* drm/i915/backlight: prefer dev_priv over dev pointerJani Nikula2015-12-181-98/+58Star
* drm/i915: Disable primary plane if we fail to reconstruct BIOS fb (v2)Matt Roper2015-12-171-0/+15
* drm/i915: Pin the ifbdev for the info->system_base GGTT mmappingChris Wilson2015-12-171-7/+13
* drm/i915: Set the map-and-fenceable flag for preallocated objectsChris Wilson2015-12-174-19/+27
* drm/i915: mdelay(10) considered harmfulDaniel Vetter2015-12-171-1/+1
* drm/i915: check that we are in an RPM atomic section in GGTT PTE updatersImre Deak2015-12-171-0/+33
* drm/i915: add support for checking RPM atomic sectionsImre Deak2015-12-174-1/+21
* drm/i915: check that we hold an RPM wakelock ref before we put itImre Deak2015-12-171-0/+1
* drm/i915: add support for checking if we hold an RPM referenceImre Deak2015-12-177-10/+169
* drm/i915: use assert_rpm_wakelock_held instead of opencoding itImre Deak2015-12-172-7/+5Star
* drm/i915: add assert_rpm_wakelock_held helperImre Deak2015-12-172-13/+21
* drm/i915: remove HAS_RUNTIME_PM check from RPM get/put/assert helpersImre Deak2015-12-172-11/+1Star
* drm/i915: get a permanent RPM reference on platforms w/o RPM supportImre Deak2015-12-171-1/+16
* drm/i915: refactor RPM disabling due to RC6 being disabledImre Deak2015-12-172-9/+15
* drm/i915: clarify comment about mandatory RPM put/get during driver load/unloadImre Deak2015-12-171-2/+13
* drm/i915/opregion: handle VBT sizes bigger than 6 KBJani Nikula2015-12-172-3/+25
* drm/i915: Fix AVI/HDMI/SPD infoframes on HSW+Ville Syrjälä2015-12-161-6/+4Star
* drm/i915/bios: reduce indent in parse_general_featuresJani Nikula2015-12-161-19/+20
* drm/i915/bios: prefer using dev_priv over dev pointerJani Nikula2015-12-163-15/+11Star
* drm/i915/bios: fix format string of the VBT signature loggingJani Nikula2015-12-161-2/+2
* drm/i915: move drmP.h include to i915_drv.hJani Nikula2015-12-162-2/+1Star
* drm/i915: prefer for_each_intel_* macros for iterationJani Nikula2015-12-166-27/+17Star