aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915
AgeCommit message (Expand)AuthorFilesLines
2020-09-26drm/i915/gem: Hold request reference for canceling an active contextChris Wilson1-6/+19
2020-09-26drm/i915: Redo "Remove i915_request.lock requirement for execution callbacks"Chris Wilson1-10/+2
2020-09-25drm/i915: Introduce GEM object functionsThomas Zimmermann4-13/+18
2020-09-24treewide: Make all debug_obj_descriptors constStephen Boyd2-2/+2
2020-09-24drm/i915: Use the correct bpp when validating "4:2:0 only" modesVille Syrjälä1-22/+33
2020-09-24drm/i915: Decouple intel_dp_{min,output}_bpp() from crtc_stateVille Syrjälä3-9/+11
2020-09-24drm/i915: Extract intel_dp_output_format()Ville Syrjälä1-12/+20
2020-09-24drm/i915/gem: Serialise debugfs i915_gem_objects with ctx->mutexChris Wilson1-0/+2
2020-09-24drm/i915: dont retry stream management at seq_num_m roll overRamalingam C1-5/+10
2020-09-24drm/i915: terminate reauth at stream management failureRamalingam C1-29/+47
2020-09-23drm/i915/uc: tune down GuC communication enabled/disabled messagesJani Nikula1-2/+4
2020-09-23drm/i915/selftests: Push the fake iommu device from the stack to dataChris Wilson1-7/+5
2020-09-23Merge tag 'drm-misc-next-2020-09-21' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie14-37/+37
2020-09-23Merge tag 'drm-intel-next-2020-09-17' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie55-1486/+2051
2020-09-22Merge tag 'gvt-fixes-2020-09-17' of https://github.com/intel/gvt-linux into drm-intel-fixesJani Nikula1-1/+5
2020-09-22drm/i915: check i915_vm_alloc_pt_stash for errorsMatthew Auld1-3/+5
2020-09-21drm/i915: Fix uninitialised variable in intel_context_create_request.Maarten Lankhorst1-0/+1
2020-09-21drm/i915/selftests: align more to real device lifetimesDaniel Vetter1-20/+19
2020-09-21drm/i915/selftest: Create mock_destroy_deviceDaniel Vetter13-12/+19
2020-09-18drm/i915/gt: Remove defunct intel_virtual_engine_get_sibling()Chris Wilson2-16/+0
2020-09-18drm/i915: Reduce GPU error capture mutex hold timeChris Wilson1-23/+5
2020-09-18drm/i915: Break up error capture compression loops with cond_resched()Chris Wilson1-0/+3
2020-09-18drm/i915/gt: Show engine properties in the pretty printerChris Wilson1-0/+36
2020-09-17drm/i915: Update DRIVER_DATE to 20200917Rodrigo Vivi1-2/+2
2020-09-17drm/i915/tgl, rkl: Make Wa_1606700617/22010271021 permanentSwathi Dhanavanthri1-3/+4
2020-09-17drm/i915: Nuke force_min_cdclk_changedVille Syrjälä4-9/+6
2020-09-17drm/i915: Remove the old global state stuffVille Syrjälä4-72/+0
2020-09-17drm/i915: Do YCbCr 444->420 conversion via DP protocol convertersVille Syrjälä4-25/+109
2020-09-17drm/i915: DP->HDMI TMDS clock limits vs. deep colorVille Syrjälä3-27/+88
2020-09-17drm/i915: Extract intel_hdmi_has_audio()Ville Syrjälä1-9/+19
2020-09-17drm/i915: Handle downstream facing ports w/o EDIDVille Syrjälä1-1/+14
2020-09-17drm/i915: Configure DP 1.3+ protocol converted HDMI modeVille Syrjälä3-0/+25
2020-09-17drm/i915: Deal with TMDS DFP clock limitsVille Syrjälä2-3/+34
2020-09-17drm/i915: Reworkd DP DFP clock handlingVille Syrjälä2-28/+28
2020-09-17drm/dp: Redo drm_dp_downstream_max_clock() as drm_dp_downstream_max_dotclock()Ville Syrjälä1-2/+2
2020-09-17drm/dp: Pimp drm_dp_downstream_max_bpc()Ville Syrjälä2-2/+3
2020-09-17drm/i915: Reworkd DFP max bpc handlingVille Syrjälä2-6/+21
2020-09-17drm/i915/lspcon: Do not send infoframes to non-HDMI sinksVille Syrjälä3-7/+11
2020-09-17drm/i915: Fix an error code i915_gem_object_copy_blt()Dan Carpenter1-1/+1
2020-09-17Merge branch 'for-5.10-drm-sg-fix' of https://github.com/mszyprow/linux into drm-nextDave Airlie2-12/+6
2020-09-16drm/i915/selftests: Push the fake iommu device from the stack to dataChris Wilson1-7/+5
2020-09-16drm/i915: Initialise outparam for error return from wait_for_registerChris Wilson1-1/+2
2020-09-16drm/i915: Filter wake_flags passed to default_wake_functionChris Wilson1-3/+7
2020-09-16drm/i915: Be wary of data races when reading the active execlistsChris Wilson2-6/+34
2020-09-16drm/i915/gem: Reduce context termination list iteration guard to RCUChris Wilson1-13/+19
2020-09-16drm/i915/gem: Delay tracking the GEM context until it is registeredChris Wilson1-5/+11
2020-09-15drm/i915/pll: Centralize PLL_ENABLE register lookupAnusha Srivatsa1-17/+18
2020-09-15drm: add constant N value in helper fileChandan Uddaraju1-1/+1
2020-09-15drm/i915: Nuke pointless variableVille Syrjälä1-2/+1
2020-09-15drm/i915: Introduce intel_hpd_hotplug_irqs()Ville Syrjälä1-27/+23