aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2024-06-28drm/stm: dsi: expose DSI PHY internal clockRaphael Gallais-Pou1-31/+216
2024-06-28drm/stm: dsi: add pm runtime opsYannick Fertre1-6/+18
2024-06-28drm/stm: dsi: use new SYSTEM_SLEEP_PM_OPS() macroRaphael Gallais-Pou1-4/+4
2024-06-28drm/stm: lvds: add new STM32 LVDS Display Interface Transmitter driverRaphael Gallais-Pou3-0/+1239
2024-06-28drm/panel: jd9365da: Add the function of adjusting orientationZhaoxiong Lv1-1/+13
2024-06-28drm/panel: jd9365da: Support for kd101ne3-40ti MIPI-DSI panelZhaoxiong Lv1-0/+277
2024-06-28drm/panel: panel-jadard-jd9365da-h3: use wrapped MIPI DCS functionsZhaoxiong Lv1-403/+390
2024-06-28drm/panel: jd9365da: Modify the method of sending commandsZhaoxiong Lv1-13/+11
2024-06-28drm/panel: simple: Add AUO G104STN01 panel entryPaul Gerber1-0/+27
2024-06-28drm/drm_file: Fix pid refcounting raceJann Horn1-5/+3
2024-06-28Merge tag 'drm-misc-next-2024-06-27' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie40-1234/+3768
2024-06-28drm/i915/gem: Suppress oom warning in favour of ENOMEM to userspaceNirmoy Das1-4/+4
2024-06-27drm/amd: Don't initialize ISP hardware without FWMario Limonciello1-2/+2
2024-06-27drm/amdgpu: refine isp firmware loadingYang Wang1-3/+1
2024-06-27drm/amd/amdgpu: Enable MMHUB prefetch for ISP v4.1.0 and 4.1.1Pratap Nirujogi4-38/+0
2024-06-27drm/amd/amdgpu: Fix 'snprintf' output truncation warningPratap Nirujogi1-1/+1
2024-06-27drm/amd/amdgpu: Disable MMHUB prefetch for ISP v4.1.1Pratap Nirujogi2-0/+19
2024-06-27drm/amd/amdgpu: Add ISP4.1.0 and ISP4.1.1 modulesPratap Nirujogi8-133/+427
2024-06-27drm/amd/amdgpu: Map ISP interrupts as generic IRQsPratap Nirujogi5-5/+99
2024-06-27drm/amdgpu: fix Kconfig for ISP v2Alex Deucher4-0/+23
2024-06-27drm/amd/amdgpu: Enable ISP in amdgpu_discoveryPratap Nirujogi1-0/+22
2024-06-27drm/amd/amdgpu: Add ISP driver supportPratap Nirujogi7-0/+345
2024-06-27drm/amd/amdgpu: Add ISP support to amdgpu_discoveryPratap Nirujogi3-0/+4
2024-06-27drm/amdgpu/jpeg5: Add support for DPG modeSonny Jiang4-17/+180
2024-06-27drm/amdgpu: tolerate allocating GTT bo with dcc flagFrank Min1-5/+0
2024-06-27drm/amd/display: Fix null pointer deref in dcn20_resource.cAurabindo Pillai1-4/+5
2024-06-27drm/amd/display: Add null check before access structsMa Ke1-0/+2
2024-06-27drm/amdgpu: normalize registers as local xcc to read/write in gfx_v9_4_3Jane Jian1-0/+33
2024-06-27drm/amd: Add some missing register definitionsAurabindo Pillai1-0/+18
2024-06-27drm/amdgpu: add gpu reset check and exception handlingYiPeng Chai1-0/+53
2024-06-27drm/amdgpu: refine poison consumption interrupt handlerYiPeng Chai2-23/+43
2024-06-27drm/amdgpu: refine poison creation interrupt handlerYiPeng Chai2-22/+18
2024-06-27drm/amdgpu: process RAS fatal error MB notificationVignesh Chander7-8/+55
2024-06-27drm/amdgpu: add variable to record the deferred error number read by driverYiPeng Chai3-21/+48
2024-06-27drm/amdgpu: Use dev_ prints for virtualization as it supports multi adapterVignesh Chander2-16/+26
2024-06-27drm/amdgpu: clear RB_OVERFLOW bit when enabling interruptsDanijel Slivka1-0/+28
2024-06-28Merge tag 'drm-intel-fixes-2024-06-27' of https://gitlab.freedesktop.org/drm/...Dave Airlie1-0/+1
2024-06-27Revert "drm/amd/amdgpu: add module parameter for jpeg"Kenneth Feng3-8/+0
2024-06-27drm/amd/display: use swap() in is_config_schedulable()Jiapeng Chong1-7/+4
2024-06-27drm/amd/display: Remove unused function reverse_planes_orderJiapeng Chong1-9/+0
2024-06-27drm/amd/display: Use ARRAY_SIZE for array lengthJiapeng Chong1-8/+4
2024-06-27drm/amd/display: Fix Makefile copyright noticesAlex Deucher4-29/+8
2024-06-27drm/amdgpu: Don't show false warning for reg listLijo Lazar2-6/+24
2024-06-27drm/amdgpu: avoid using null object of framebufferJulia Zhang1-2/+16
2024-06-27drm/amdgpu: Fix smatch static checker warningHawking Zhang1-4/+4
2024-06-27drm/amdgpu: add missing error handling in function amdgpu_gmc_flush_gpu_tlb_p...Bob Zhou1-1/+5
2024-06-27drm/amd/display: 3.2.290Aric Cyr1-1/+1
2024-06-27drm/amd/display: Enable DCC on DCN401Aurabindo Pillai22-2/+433
2024-06-27drm/amd: Add reg definitions for DCN401 DCCAurabindo Pillai1-0/+110
2024-06-27drm/amd/display: Remove duplicate null checkAlex Hung1-3/+0