summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2023-09-19drm/amd/display: Fix a bug when searching for insert_above_mpccWesley Chalmers1-2/+3
2023-09-19drm/amdgpu: register a dirty framebuffer callback for fbconHamza Mahfooz1-1/+25
2023-09-19drm/amd/display: Remove wait while lockedGabe Teeger3-28/+42
2023-09-19drm/amd/display: always switch off ODM before committing more streamsWenjing Liu1-5/+5
2023-09-19drm/amd/display: prevent potential division by zero errorsHamza Mahfooz1-3/+6
2023-09-19drm/amd/display: enable cursor degamma for DCN3+ DRM legacy gammaMelissa Wen1-0/+7
2023-09-19drm/mxsfb: Disable overlay plane in mxsfb_plane_overlay_atomic_disable()Liu Ying1-0/+9
2023-09-19drm/i915/gvt: Drop unused helper intel_vgpu_reset_gtt()Sean Christopherson2-19/+0
2023-09-19drm/i915/gvt: Put the page reference obtained by KVM's gfn_to_pfn()Sean Christopherson1-1/+4
2023-09-19drm/i915/gvt: Verify pfn is "valid" before dereferencing "struct page"Sean Christopherson1-0/+4
2023-09-19drm/i915: mark requests for GuC virtual engines to avoid use-after-freeAndrzej Hajda3-5/+6
2023-09-19drm/ast: Fix DRAM init on AST2200Thomas Zimmermann1-1/+1
2023-09-19drm/virtio: Conditionally allocate virtio_gpu_fenceGurchetan Singh1-12/+18
2023-09-13Revert "drm/amd/display: Do not set drr on pipe commit"Michel Dänzer2-13/+0
2023-09-13drm/amd/display: Add smu write msg id fail retry processFudong Wang1-4/+16
2023-09-13drm/amd/display: register edp_backlight_control() for DCN301Hamza Mahfooz1-0/+1
2023-09-13drm/radeon: Use RMW accessors for changing LNKCTLIlpo Järvinen2-53/+20
2023-09-13drm/amdgpu: Use RMW accessors for changing LNKCTLIlpo Järvinen2-52/+20
2023-09-13drm/mediatek: Fix potential memory leak if vmap() failSui Jingfeng1-1/+5
2023-09-13drm/mediatek: Remove freeing not dynamic allocated memoryJason-JH.Lin1-5/+2
2023-09-13drm/mediatek: dp: Add missing error checks in mtk_dp_parse_capabilitiesAngeloGioacchino Del Regno1-5/+10
2023-09-13drm/msm/a2xx: Call adreno_gpu_init() earlierFabio Estevam1-4/+4
2023-09-13drm/amd/pm: fix variable dereferenced issue in amdgpu_device_attr_create()Yang Wang1-3/+7
2023-09-13drm/msm/dpu: fix the irq index in dpu_encoder_phys_wb_wait_for_commit_doneDmitry Baryshkov1-1/+2
2023-09-13drm/msm/mdp5: Don't leak some plane stateDaniel Vetter1-2/+1
2023-09-13drm: xlnx: zynqmp_dpsub: Add missing check for dma_set_maskJiasheng Jiang1-1/+3
2023-09-13drm/panel: simple: Add missing connector type and pixel format for AUO T215HVN01Marek Vasut1-1/+3
2023-09-13drm/repaper: Reduce temporary buffer size in repaper_fb_dirty()Geert Uytterhoeven1-1/+1
2023-09-13drm/armada: Fix off-by-one error in armada_overlay_get_property()Geert Uytterhoeven1-2/+4
2023-09-13drm/tegra: dpaux: Fix incorrect return value of platform_get_irqYangtao Li1-1/+1
2023-09-13drm/msm: Update dev core dump to not print backwardsRyan McCann1-1/+1
2023-09-13drm/amdgpu: Update min() to min_t() in 'amdgpu_info_ioctl'Srinivasan Shanmugam1-6/+8
2023-09-13drm: adv7511: Fix low refresh rate register for ADV7533/5Bogdan Togorean1-2/+7
2023-09-13drm/bridge: anx7625: Use common macros for HDCP capabilitiesChen-Yu Tsai1-2/+2
2023-09-13drm/bridge: anx7625: Use common macros for DP power sequencing commandsChen-Yu Tsai1-4/+4
2023-09-13drm/etnaviv: fix dumping of active MMU contextLucas Stach1-7/+7
2023-09-13drm/amdgpu: avoid integer overflow warning in amdgpu_device_resize_fb_bar()Arnd Bergmann1-0/+3
2023-09-13drm/hyperv: Fix a compilation issue because of not including screen_info.hSui Jingfeng1-0/+1
2023-09-13drm/amd/display: Do not set drr on pipe commitWesley Chalmers2-0/+13
2023-09-13drm/bridge: tc358764: Fix debug print parameter orderMarek Vasut1-1/+1
2023-09-13drm/amd/display: ensure async flips are only accepted for fast updatesHamza Mahfooz2-15/+21
2023-09-13drm/amdgpu: Match against exact bootloader statusLijo Lazar1-7/+8
2023-09-13drm/amd/display: Exit idle optimizations before attempt to access PHYLeo Chen1-0/+3
2023-09-13drm/amd/display: Guard DCN31 PHYD32CLK logic against chip familyGeorge Shen1-1/+2
2023-09-13drm/amd/smu: use AverageGfxclkFrequency* to replace previous GFX Curr ClockJane Jian1-1/+1
2023-09-13Revert "Revert drm/amd/display: Enable Freesync Video Mode by default"Aurabindo Pillai1-7/+5
2023-09-13Partially revert "drm/amd/display: Fix possible underflow for displays with l...Daniel Miess1-1/+1
2023-08-30drm/i915/dgfx: Enable d3cold at s2idleAnshuman Gupta1-15/+18
2023-08-30drm/vmwgfx: Fix shader stage validationZack Rusin2-18/+23
2023-08-30drm/i915/gt: Support aux invalidation on all enginesAndi Shyti3-45/+41