aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-02-09drm/amdgpu: fix gmc init fail in sriov modeYang Wang2-4/+6
2022-02-09drm/amd/pm: correct hwmon power label nameYang Wang1-3/+7
2022-02-09drm/amd/amdgpu/amdgpu_uvd: Fix forgotten unmap buffer objectzhanglianjie1-0/+2
2022-02-09drm/radeon/uvd: Fix forgotten unmap buffer objectszhanglianjie1-3/+2
2022-02-09drm/amdkfd: Consolidate MQD manager functionsMukul Joshi6-282/+136
2022-02-09drm/amdkfd: Remove unused old debugger implementationMukul Joshi21-2066/+102
2022-02-09drm/amdkfd: Fix TLB flushing in KFD SVM with no HWSMukul Joshi1-14/+10
2022-02-09drm/amd/pm: fix hwmon node of power1_label create issueYang Wang1-2/+1
2022-02-09drm/amd/pm: drm/amd/pm: disable GetPptLimit message in sriov modeYang Wang1-1/+1
2022-02-09drm/amd/pm: fix hwmon node of power1_label create issueYang Wang1-2/+1
2022-02-09drm/amd/display: keep eDP Vdd on when eDP stream is already enabledZhan Liu1-2/+22
2022-02-09drm/amd/display: fix yellow carp wm clampingDmytro Laktyushkin1-29/+32
2022-02-09drm/amd/display: Cap pflip irqs per max otg numberRoman Li3-1/+4
2022-02-09drm/amdgpu: add utcl2_harvest to gc 10.3.1Aaron Liu1-1/+6
2022-02-09display/amd: decrease message verbosity about watermarks table failureMario Limonciello1-1/+5
2022-02-09drm/i915: Fix IPS disable in intel_plane_disable_noatomic()Ville Syrjälä1-2/+4
2022-02-09drm/i915: Extract hsw_ips_get_config()Ville Syrjälä3-13/+22
2022-02-09drm/i915: Move the IPS code to its own fileVille Syrjälä6-239/+279
2022-02-09drm/i915: Hoover the IPS enable/disable calls into the pre/post update hooksVille Syrjälä2-14/+34
2022-02-09drm/i915: Change IPS calling conventionVille Syrjälä1-16/+22
2022-02-09drm/i915: Move vblank waits out from IPS codeVille Syrjälä2-8/+13
2022-02-09drm/amdkfd: use unmap all queues for poison consumptionTao Zhou1-2/+1
2022-02-09drm/amdkfd: rename kfd_process_vm_fault to kfd_dqm_evict_pasidTao Zhou4-4/+4
2022-02-09drm/amdgpu: Revert 'drm/amdgpu: annotate a false positive recursive locking'Andrey Grodzovsky2-10/+4
2022-02-09drm/amdgpu: Rework amdgpu_device_lock_adevAndrey Grodzovsky3-17/+43
2022-02-09drm/amdgpu: Move in_gpu_reset into reset_domainAndrey Grodzovsky6-12/+15
2022-02-09drm/amdgpu: Move reset sem into reset_domainAndrey Grodzovsky10-37/+46
2022-02-09drm/amdgpu: Rework reset domain to be refcounted.Andrey Grodzovsky9-34/+140
2022-02-09drm/amdgpu: Drop concurrent GPU reset protection for deviceAndrey Grodzovsky1-82/+7
2022-02-09drm/amdgpu: Drop hive->in_resetAndrey Grodzovsky3-20/+1
2022-02-09drm/amd/virt: For SRIOV send GPU reset directly to TDR queue.Andrey Grodzovsky3-9/+18
2022-02-09drm/amdgpu: Serialize non TDR gpu recovery with TDRsAndrey Grodzovsky3-2/+35
2022-02-09drm/amdgpu: Move scheduler init to after XGMI is readyAndrey Grodzovsky4-43/+56
2022-02-09drm/amdgpu: Introduce reset domainAndrey Grodzovsky4-1/+35
2022-02-09drm/mediatek: mtk_dsi: Avoid EPROBE_DEFER loop with external bridgeAngeloGioacchino Del Regno1-83/+84
2022-02-09spi: make remove callback a void functionUwe Kleine-König27-75/+27
2022-02-09drm/i915/pm: hide struct drm_i915_clock_gating_funcsJani Nikula2-5/+5
2022-02-09drm/i915/dpll: hide struct intel_dpll_funcsJani Nikula2-4/+5
2022-02-09drm/i915/dpll: add intel_dpll_crtc_compute_clock()Jani Nikula3-1/+10
2022-02-09drm/i915/fdi: hide struct intel_fdi_funcsJani Nikula2-5/+6
2022-02-09drm/i915/hpd: hide struct intel_hotplug_funcsJani Nikula4-10/+13
2022-02-09drm/i915/color: hide struct intel_color_funcsJani Nikula2-19/+20
2022-02-09drm/i915: group i915_drv.h forward declarations togetherJani Nikula1-25/+19
2022-02-08drm/i915/guc: Use a single pass to calculate regsetLucas De Marchi2-45/+90
2022-02-08drm/i915/guc: Prepare for error propagationLucas De Marchi1-13/+18
2022-02-08drm/nouveau/backlight: Just set all backlight types as RAWLyude Paul1-2/+1
2022-02-08drm/nouveau/backlight: Fix LVDS backlight detection on some laptopsLyude Paul1-1/+2
2022-02-08nouveau/svm: Use struct_size() helper in nouveau_pfns_map()Gustavo A. R. Silva1-2/+2
2022-02-08drm/rockchip: vop: Correct RK3399 VOP register fieldsBrian Norris1-3/+5
2022-02-08drm/rockchip: dw_hdmi: Do not leave clock enabled in error caseSascha Hauer1-7/+7