summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | | | | drm/i915/selftests: Always hold a reference on a waited upon requestChris Wilson2019-11-211-21/+66
| | | * | | | | | | | drm/i915: Mark intel_wakeref_get() as a sleeperChris Wilson2019-11-214-4/+24
| | | * | | | | | | | drm/i915/execlists: Lock the request while validating it during promotionChris Wilson2019-11-211-5/+20
| | | * | | | | | | | drm/i915/gt: Hold request reference while waiting for w/a verificationChris Wilson2019-11-211-2/+5
| | | * | | | | | | | drm/i915: Serialise with remote retirementChris Wilson2019-11-211-3/+23
| | | * | | | | | | | Revert "drm/i915/gt: Wait for new requests in intel_gt_retire_requests()"Chris Wilson2019-11-211-2/+7
| | | * | | | | | | | drm/i915: Use intel_gt_pm_put_async in GuC submission pathStuart Summers2019-11-201-1/+1
| | | * | | | | | | | drm/i915/gt: Fixup config ifdeffery for pm_suspend_target_stateChris Wilson2019-11-201-1/+1
| | | * | | | | | | | drm/i915/gt: Declare timeline.lock to be irq-freeChris Wilson2019-11-203-16/+12
| | | * | | | | | | | drm/i915/gt: Unlock engine-pm after queuing the kernel context switchChris Wilson2019-11-201-7/+40
| | | * | | | | | | | drm/i915/gt: Close race between engine_park and intel_gt_retire_requestsChris Wilson2019-11-203-12/+32
| | | * | | | | | | | drm/i915: Mark up the calling context for intel_wakeref_put()Chris Wilson2019-11-2011-25/+54
| | | * | | | | | | | drm/i915: Do not initialize display BW when display not availableStuart Summers2019-11-201-0/+3
| | | * | | | | | | | Skip MCHBAR queries when display is not availableStuart Summers2019-11-201-1/+1
| | | * | | | | | | | drm/i915: Change .crtc_enable/disable() calling conventionVille Syrjälä2019-11-202-29/+37
| | | * | | | | | | | drm/i915: s/pipe_config/new_crtc_state/ in .crtc_enable()Ville Syrjälä2019-11-201-88/+85
| | | * | | | | | | | drm/i915: s/intel_crtc/crtc/ in .crtc_enable() and .crtc_disable()Ville Syrjälä2019-11-201-77/+65
| | | * | | | | | | | drm/i915: Pass dev_priv to cpt_verify_modeset()Ville Syrjälä2019-11-201-3/+3
| | | * | | | | | | | drm/i915: Change watermark hook calling conventionVille Syrjälä2019-11-203-48/+53
| | | * | | | | | | | drm/i915: Pass intel_crtc to ironlake_fdi_disable()Ville Syrjälä2019-11-201-6/+4
| | | * | | | | | | | drm/i915: Move crtc_state to tighter scopeVille Syrjälä2019-11-201-4/+7
| | | * | | | | | | | drm/i915: Move assert_vblank_disabled() into intel_crtc_vblank_on()Ville Syrjälä2019-11-201-4/+1
| | | * | | | | | | | drm/i915: Add intel_crtc_vblank_off()Ville Syrjälä2019-11-201-6/+9
| | | * | | | | | | | drm/i915: Change intel_encoders_<hook>() calling conventionVille Syrjälä2019-11-201-47/+54
| | | * | | | | | | | Merge tag 'topic/drm-mipi-dsi-dsc-updates-2019-11-11' of git://anongit.freede...Jani Nikula2019-11-202-3/+56
| | | |\ \ \ \ \ \ \ \
| | | * | | | | | | | | drm/i915/selftests: Take a ref to the request we wait uponChris Wilson2019-11-201-9/+30
| | | * | | | | | | | | drm/i915/selftests: Be explicit in ERR_PTR handlingChris Wilson2019-11-201-2/+2
| | | * | | | | | | | | drm/i915/selftests: Exercise rc6 w/a handlingChris Wilson2019-11-195-0/+182
| | | * | | | | | | | | drm/i915: Wait until the intel_wakeref idle callback is completeChris Wilson2019-11-192-2/+26
| | | * | | | | | | | | drm/i915/gem: Manually dump the debug trace on GEM_BUG_ONChris Wilson2019-11-191-0/+3
| | | * | | | | | | | | drm/i915/gt: Flush the requests after wedging on suspendChris Wilson2019-11-191-0/+1
| | | * | | | | | | | | drm/i915/gt: Schedule next retirement worker firstChris Wilson2019-11-191-1/+1
| | | * | | | | | | | | drm/i915/gt: Move new timelines to the end of active_listChris Wilson2019-11-191-1/+1
| | | * | | | | | | | | drm/i915: make pool objects read-onlyMatthew Auld2019-11-191-0/+2
| | | * | | | | | | | | drm/i915/tgl: Add DKL PHY vswing table for HDMIMatt Roper2019-11-191-5/+24
| | | * | | | | | | | | drm/i915/dsi: Do not read the transcoder register.Vandita Kulkarni2019-11-191-6/+11
| | | * | | | | | | | | drm/i915/gem: Protect the obj->vma.list during iterationChris Wilson2019-11-191-0/+2
| | | * | | | | | | | | drm/i915/gem: Merge GGTT vma flush into a single loopChris Wilson2019-11-191-9/+3
| | | * | | | | | | | | drm/i915/gem: Track ggtt writes from userspace on the bound vmaChris Wilson2019-11-191-0/+8
| | | * | | | | | | | | drm/i915/gt: Make intel_ring_unpin() safe for concurrent pintChris Wilson2019-11-191-9/+4
| | | * | | | | | | | | drm/i915/gt: Only wait for register chipset flush if activeChris Wilson2019-11-191-1/+1
| | | * | | | | | | | | drm/i915/ehl: Update voltage level checksMatt Roper2019-11-181-1/+3
| | | * | | | | | | | | drm/i915/dsb: fix extra warning on error path handlingLucas De Marchi2019-11-181-7/+14
| | | * | | | | | | | | drm/i915/dsb: remove atomic operationsLucas De Marchi2019-11-182-6/+6
| | | * | | | | | | | | drm/i915/mst: Check uapi enable not intel one during mst atomic checkJosé Roberto de Souza2019-11-181-1/+1
| | | * | | | | | | | | drm/i915/vbt: Handle generic DTD blockMatt Roper2019-11-182-2/+125
| | | * | | | | | | | | drm/i915/vbt: Parse panel options separately from timing dataMatt Roper2019-11-181-9/+18
| | | * | | | | | | | | drm/i915/selftests: Add intel_gt_driver_late_release for mock deviceChris Wilson2019-11-181-0/+2
| | | * | | | | | | | | drm/i915: fix accidental static variable useJani Nikula2019-11-181-1/+1
| | | * | | | | | | | | drm/i915/guc: Skip suspend/resume GuC action on platforms w/o GuC submissionDon Hiatt2019-11-162-0/+21
OpenPOWER on IntegriCloud