summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Remove unsafe i915.enable_rc6Chris Wilson2017-12-0111-120/+64
* drm/i915: Sleep and retry a GPU reset if at first we don't succeedChris Wilson2017-12-011-5/+15
* drm/i915: Interlaced DP output doesn't work on VLV/CHVVille Syrjälä2017-12-011-1/+6
* drm/i915: Pass crtc state to intel_pipe_{enable,disable}()Ville Syrjälä2017-12-011-53/+23
* drm/i915: Wait for pipe to start on i830 as wellVille Syrjälä2017-12-011-0/+3
* drm/i915: Fix vblank timestamp/frame counter jumps on gen2Ville Syrjälä2017-12-011-16/+35
* drm/i915: Fix deadlock in i830_disable_pipe()Ville Syrjälä2017-12-011-2/+5
* drm/i915: Fix has_audio readout for DDI AVille Syrjälä2017-12-012-12/+10
* drm/i915: Don't add the "force audio" property to DP connectors that don't su...Ville Syrjälä2017-12-011-1/+4
* drm/i915: Disable DP audio for g4xVille Syrjälä2017-12-011-1/+1
* drm/i915/selftests: Wake the device before executing requests on the GPUChris Wilson2017-12-011-0/+2
* drm/i915: Set fake_vma.size as well as fake_vma.node.size for captureChris Wilson2017-12-011-0/+1
* drm/i915: Tidy up signed/unsigned comparisonChris Wilson2017-11-301-2/+2
* drm/i915: Enable IPS with only sprite plane visible too, v4.Maarten Lankhorst2017-11-301-7/+2
* drm/i915: Make ips_enabled a property depending on whether IPS is enabled, v3.Maarten Lankhorst2017-11-304-64/+109
* drm/i915: Avoid PPS HW/SW state mismatch due to roundingImre Deak2017-11-301-0/+6
* drm/i915: Skip switch-to-kernel-context on suspend when wedgedChris Wilson2017-11-301-9/+11
* drm/i915/glk: Apply WaProgramL3SqcReg1DefaultForPerf for GLK tooValtteri Rantala2017-11-301-7/+9
* drm/i915/guc: Change default GuC FW for KBL to v9.39Sagar Arun Kamble2017-11-291-1/+1
* drm/i915/guc: Change default GuC FW for BXT to v9.29Sagar Arun Kamble2017-11-291-2/+2
* drm/i915/guc: Change default GuC FW for SKL to v9.33Sagar Arun Kamble2017-11-291-2/+2
* drm/i915: Consolidate checks for engine stats availabilityTvrtko Ursulin2017-11-295-9/+16
* drm/i915: Move engine->needs_cmd_parser to engine->flagsTvrtko Ursulin2017-11-293-5/+12
* drm/i915: Disable THP until we have a GPU read BW W/AJoonas Lahtinen2017-11-291-1/+2
* drm/i915/pmu: Return -EINVAL when selecting the inactive CPUTvrtko Ursulin2017-11-281-1/+1
* drm/i915: Enable hotplug polling after registering the outputsChris Wilson2017-11-282-6/+15
* drm/i915: Rename i915_gem_timelines_mark_idleChris Wilson2017-11-273-5/+6
* drm/i915: Update shrinker drm_i915_private naming conventionChris Wilson2017-11-272-71/+71
* drm/i915: Rename shrinker init/cleanup to match driver initialisation phaseChris Wilson2017-11-273-8/+8
* drm/i915: Record default HW state in the GPU error stateChris Wilson2017-11-272-0/+24
* drm/i915: Flush everything on switching to the kernel_contextChris Wilson2017-11-271-1/+8
* drm/i915: hide unused intel_panel_set_backlight functionArnd Bergmann2017-11-271-44/+44
* drm/i915: fix intel_backlight_device_register declarationArnd Bergmann2017-11-271-1/+1
* drm/i915/fbdev: Serialise early hotplug events with async fbdev configChris Wilson2017-11-261-4/+6
* drm/i915/guc: Use consistent name for scratch register countMichal Wajdeczko2017-11-243-4/+5
* drm/i915/pmu: Aggregate all RC6 states into one counterTvrtko Ursulin2017-11-241-17/+6
* drm/i915: Use exponential backoff for wait_for()Chris Wilson2017-11-242-5/+8
* drm/i915/guc: Tidy ELSP port assignmentChris Wilson2017-11-241-5/+2
* drm/i915/guc: Advance over port[0] if set and not preemptingChris Wilson2017-11-241-13/+16
* drm/i915: Prevent zero length "index" writeVille Syrjälä2017-11-241-1/+2
* drm/i915: Don't try indexed reads to alternate slave addressesVille Syrjälä2017-11-241-0/+1
* drm/i915/pmu: Stop averaging with the previous sampleTvrtko Ursulin2017-11-242-28/+2
* drm/i915: Select DEBUG_FS for our test suiteChris Wilson2017-11-241-0/+1
* drm/i915/guc: Rename i915_guc_reg.h to intel_guc_reg.hMichal Wajdeczko2017-11-242-3/+3
* drm/i915/guc: Update header guard name of intel_guc_submission.hSagar Arun Kamble2017-11-241-2/+2
* drm/i915/pmu: Only allow running on a single CPUTvrtko Ursulin2017-11-241-8/+4
* drm/i915/pmu: Remove conditional HOTPLUG_CPU registrationChris Wilson2017-11-241-7/+1
* drm/i915/selftests: Hold rpm wakeref for request + ggtt usageChris Wilson2017-11-242-0/+4
* drm/i915/pmu: Hide the (unsigned long)ptr castChris Wilson2017-11-241-10/+20
* drm/i915: Move mi_set_context() into the legacy ringbuffer submissionChris Wilson2017-11-232-199/+185
OpenPOWER on IntegriCloud