summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2022-08-21drm/nouveau: Don't pm_runtime_put_sync(), only pm_runtime_put_autosuspend()Lyude Paul2-2/+2
2022-08-21drm/nouveau: fix another off-by-one in nvbios_addrTimur Tabi1-1/+1
2022-08-21drm/vc4: hdmi: Disable audio if dmas property is present but emptyPhil Elwell1-3/+3
2022-08-21drm/gem: Properly annotate WW context on drm_gem_lock_reservations() errorDmitry Osipenko1-2/+2
2022-08-03nouveau/svm: Fix to migrate all requested pagesAlistair Popple1-1/+5
2022-07-29drm/imx/dcss: fix unused but set variable warningsWang ShaoBo1-2/+0
2022-07-29drm/imx/dcss: Add missing of_node_put() in fail pathLiang He1-0/+3
2022-07-29drm/amdgpu/display: add quirk handling for stutter modeAlex Deucher1-0/+33
2022-07-21drm/i915/gt: Serialize TLB invalidates with GT resetsChris Wilson1-1/+14
2022-07-21drm/i915/selftests: fix a couple IS_ERR() vs NULL testsDan Carpenter1-4/+4
2022-07-21drm/i915: fix a possible refcount leak in intel_dp_add_mst_connector()Hangyu Hua1-0/+1
2022-07-21drm/panfrost: Fix shrinker list corruption by madvise IOCTLDmitry Osipenko1-2/+2
2022-07-21drm/panfrost: Put mapping instead of shmem obj on panfrost_mmu_map_fault_addr...Dmitry Osipenko1-1/+1
2022-07-07drm/amdgpu: To flush tlb for MMHUB of RAVEN seriesRuili Ji1-1/+2
2022-07-02drm: remove drm_fb_helper_modinitChristoph Hellwig3-44/+12
2022-06-29drm/msm/dp: fix connect/disconnect handled at irq_hpdKuogee Hsieh1-37/+55
2022-06-29drm/msm/dp: promote irq_hpd handle to handle link training correctlyKuogee Hsieh1-4/+21
2022-06-29drm/msm/dp: deinitialize mainlink if link training failedKuogee Hsieh5-6/+55
2022-06-29drm/msm/dp: fixes wrong connection state caused by failure of link trainKuogee Hsieh2-22/+25
2022-06-29drm/msm/dp: check core_initialized before disable interrupts at dp_display_un...Kuogee Hsieh1-1/+2
2022-06-29drm/msm/mdp4: Fix refcount leak in mdp4_modeset_init_intfMiaoqian Lin1-0/+2
2022-06-29drm/sun4i: Fix crash during suspend after component bind failureSamuel Holland1-1/+3
2022-06-29drm/msm: use for_each_sgtable_sg to iterate over scatterlistJonathan Marek1-1/+1
2022-06-29drm/msm: Fix double pm_runtime_disable() callMaximilian Luz1-1/+2
2022-06-22drm/amd/display: Cap OLED brightness per max frame-average luminanceRoman Li1-4/+4
2022-06-22drm/i915/reset: Fix error_state_read ptr + offset useAlan Previn1-3/+12
2022-06-14drm/atomic: Force bridge self-refresh-exit on CRTC switchBrian Norris1-3/+13
2022-06-14drm/bridge: analogix_dp: Support PSR-exit to disable transitionBrian Norris1-4/+38
2022-06-14drm/radeon: fix a possible null pointer dereferenceGong Yuanjun1-0/+4
2022-06-14drm: imx: fix compiler warning with gcc-12Linus Torvalds1-1/+1
2022-06-09gma500: fix an incorrect NULL check on list iteratorXiaomeng Tong1-3/+4
2022-06-09tilcdc: tilcdc_external: fix an incorrect NULL check on list iteratorXiaomeng Tong1-3/+5
2022-06-09stm: ltdc: fix two incorrect NULL checks on list iteratorXiaomeng Tong1-6/+10
2022-06-09drm/i915/dsi: fix VBT send packet port selection for ICL+Jani Nikula1-11/+22
2022-06-09drm/bridge: analogix_dp: Grab runtime PM reference for DP-AUXBrian Norris1-1/+12
2022-06-09drm/nouveau/kms/nv50-: atom: fix an incorrect NULL check on list iteratorXiaomeng Tong2-8/+25
2022-06-09drm/nouveau/clk: Fix an incorrect NULL check on list iteratorXiaomeng Tong1-2/+4
2022-06-09drm/etnaviv: check for reaped mapping in etnaviv_iommu_unmap_gemLucas Stach1-0/+6
2022-06-09drm/amdgpu/cs: make commands with 0 chunks illegal behaviour.Dave Airlie1-1/+1
2022-06-09drm/i915: Fix CFI violation with show_dynamic_id()Nathan Chancellor2-3/+3
2022-06-09drm/msm/dpu: handle pm_runtime_get_sync() errors in bind pathAbhinav Kumar1-1/+3
2022-06-09drm: msm: fix possible memory leak in mdp5_crtc_cursor_set()Hangyu Hua1-1/+3
2022-06-09drm/msm/a6xx: Fix refcount leak in a6xx_gpu_initMiaoqian Lin1-0/+1
2022-06-09drm/msm: return an error pointer in msm_gem_prime_get_sg_table()Dan Carpenter1-1/+1
2022-06-09drm/msm/mdp5: Return error code in mdp5_mixer_release when deadlock is detectedJessica Zhang3-8/+21
2022-06-09drm/msm/mdp5: Return error code in mdp5_pipe_release when deadlock is detectedJessica Zhang3-9/+28
2022-06-09drm/msm/dp: fix event thread stuck in wait_event after kthread_stop()Kuogee Hsieh1-4/+9
2022-06-09drm/rockchip: vop: fix possible null-ptr-deref in vop_bind()Yang Yingliang1-1/+1
2022-06-09drm/panel: panel-simple: Fix proper bpc for AM-1280800N3TZQW-T00HJagan Teki1-1/+1
2022-06-09drm/msm: add missing include to msm_drv.cDmitry Baryshkov1-0/+1