aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
* drm/i915/tgl: Extend MI_SEMAPHORE_WAITChris Wilson2019-09-174-12/+84
* drm/i915: Only apply a rmw mmio update if the value changesChris Wilson2019-09-171-10/+10
* drm/i915: Show the logical context ring state on dumpingChris Wilson2019-09-161-0/+5
* drm/i915: stop conflating HAS_DISPLAY() and disabled displayJani Nikula2019-09-162-11/+9
* drm/i915: s/pipe_config/crtc_state/ in intel_crtc_atomic_check()Ville Syrjälä2019-09-161-28/+26
* drm/i915: Extract intel_modeset_calc_cdclk()Ville Syrjälä2019-09-163-129/+135
* drm/i915: Allow downscale factor of <3.0 on glk+ for all formatsVille Syrjälä2019-09-161-3/+6
* drm/i915: Replace is_planar_yuv_format() with drm_format_info_is_yuv_semiplan...Ville Syrjälä2019-09-166-39/+27
* drm/i915: introduce INTEL_DISPLAY_ENABLED()Jani Nikula2019-09-166-9/+12
* drm/i915/tgl: Re-enable rc6Mika Kuoppala2019-09-131-1/+0
* drm/i915/tgl: Introduce gen12 forcewake rangesMichel Thierry2019-09-132-1/+76
* drm/i915: Update Gen11 forcewake rangesMika Kuoppala2019-09-131-14/+9
* drm/i915/tgl: Limit ourselves to just rcs0Chris Wilson2019-09-132-2/+7
* drm/i915: Don't mix srcu tag and negative error codesChris Wilson2019-09-133-10/+6
* drm/i915/display/icl: Bump up the plane/fb heightManasi Navare2019-09-131-3/+18
* drm/i915/display/icl: Bump up the hdisplay and vdisplay as per transcoder limitsManasi Navare2019-09-131-2/+7
* drm/i915/gtt: Make sure the gen6 ppgtt is bound before first useChris Wilson2019-09-132-19/+25
* drm/i915/selftests: Keep the engine awake while we keep for preemptionChris Wilson2019-09-121-0/+10
* drm/i915: Get the correct wakeref for reading HOTPLUG_EN et al.Arkadiusz Hiler2019-09-121-1/+4
* drm/i915/tgl: Disable preemption while being debuggedChris Wilson2019-09-122-0/+4
* drm/i915/pmu: Use GT parked for estimating RC6 while asleepChris Wilson2019-09-125-121/+170
* drm/i915: convert device info num_pipes to pipe_maskJani Nikula2019-09-124-20/+20
* drm/i915/pmu: Skip busyness sampling when and where not neededTvrtko Ursulin2019-09-121-0/+4
* drm/i915/execlists: Ensure the context is reloaded after a GPU resetChris Wilson2019-09-121-0/+1
* drm/i915/execlists: Add a paranoid flush of the CSB pointers upon resetChris Wilson2019-09-121-0/+4
* drm/i915: Disable FBC if BIOS reserved memory (stolen) is unavailableChris Wilson2019-09-121-0/+3
* drm/i915: Remove duplicated bxt/cnl/icl .modeset_calc_cdclk() funcsVille Syrjälä2019-09-121-37/+9
* drm/i915: Reuse cnl_modeset_calc_cdclk() on icl+Ville Syrjälä2019-09-121-35/+2
* drm/i915: Fix CD2X pipe select masking during cdclk sanitationVille Syrjälä2019-09-121-19/+23
* drm/i915: Fix cdclk bypass freq readout for tgl/bxt/glkVille Syrjälä2019-09-121-1/+2
* drm/i915: add INTEL_NUM_PIPES() and use itJani Nikula2019-09-116-14/+16
* drm/i915: Squeeze iommu status into debugfs/i915_capabilitiesChris Wilson2019-09-111-0/+7
* drm/i915/tgl: Disable read-only ppgtt supportChris Wilson2019-09-111-1/+3
* drm/i915: Remove pointless planes_changed=true assignmentVille Syrjälä2019-09-111-7/+0
* drm/i915: Use a high priority wq for nonblocking plane updatesVille Syrjälä2019-09-112-1/+7
* drm/i915/display: Add glk_cdclk_tableChris Wilson2019-09-111-1/+4
* drm/i915: Make i915_vma.flags atomic_t for mutex reductionChris Wilson2019-09-116-49/+64
* drm/i915: Whitelist COMMON_SLICE_CHICKEN2Kenneth Graunke2019-09-111-0/+3
* drm/i915: Make shrink/unshrink be atomicChris Wilson2019-09-115-17/+26
* drm/i915: Make pm_notify take intel_gtTvrtko Ursulin2019-09-111-4/+4
* drm/i915: Avoid round-trip via i915 in intel_gt_parkTvrtko Ursulin2019-09-111-3/+3
* drm/i915: Make wait_for_timelines take struct intel_gtTvrtko Ursulin2019-09-111-5/+6
* drm/i915: Move GT init to intel_gt.cTvrtko Ursulin2019-09-118-97/+98
* drm/i915: Consolidate {bxt,cnl,icl}_init_cdclkMatt Roper2019-09-101-63/+2
* drm/i915: Enhance cdclk sanitizationMatt Roper2019-09-101-2/+32
* drm/i915: Add calc_voltage_level display vfuncMatt Roper2019-09-102-49/+27
* drm/i915: Consolidate {bxt,cnl,icl}_uninit_cdclkMatt Roper2019-09-101-34/+14
* drm/i915: Kill cnl_sanitize_cdclk()Matt Roper2019-09-101-44/+2
* drm/i915: Combine bxt_set_cdclk and cnl_set_cdclkMatt Roper2019-09-101-148/+119
* drm/i915: Use literal representation of cdclk tablesMatt Roper2019-09-103-203/+110