summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2021-03-11drm/amdgpu: fix parameter error of RREG32_PCIE() in amdgpu_regs_pcieKevin Wang1-2/+2
2021-03-07drm/amd/display: Guard against NULL pointer deref when get_i2c_info failsNicholas Kazlauskas1-0/+5
2021-03-07drm/virtio: use kvmalloc for large allocationsSergey Senozhatsky1-3/+3
2021-03-04drm/msm/dsi: Correct io_start for MSM8994 (20nm PHY)Konrad Dybcio1-1/+1
2021-03-04drm/amdgpu: Prevent shift wrapping in amdgpu_read_mask()Dan Carpenter1-3/+3
2021-03-04drm/amd/display: Fix 10/12 bpc setup in DCE output bit depth reduction.Mario Kleiner1-4/+4
2021-03-04drm/amdgpu: Fix macro name _AMDGPU_TRACE_H_ in preprocessor if conditionChenyang Li1-1/+1
2021-03-04gma500: clean up error handling in initDan Carpenter1-9/+13
2021-03-04drm/gma500: Fix error return code in psb_driver_load()Jialin Zhang1-0/+2
2021-02-23drm/amd/display: Free atomic state after drm_atomic_commitVictor Lu1-8/+6
2021-02-23drm/amd/display: Fix dc_sink kref count in emulated_link_detectVictor Lu1-2/+2
2021-01-27drm/nouveau/kms/nv50-: fix case where notifier buffer is at offset 0Ben Skeggs3-4/+4
2021-01-27drm/nouveau/mmu: fix vram heap sizingBen Skeggs1-3/+3
2021-01-27drm/nouveau/i2c/gm200: increase width of aux semaphore owner fieldsBen Skeggs1-4/+4
2021-01-27drm/nouveau/privring: ack interrupts the same way as RMBen Skeggs2-6/+14
2021-01-27drm/nouveau/bios: fix issue shadowing expansion ROMsBen Skeggs1-1/+1
2021-01-27drm/atomic: put state on error pathPan Bian1-1/+1
2021-01-19drm/msm: Call msm_init_vram before binding the gpuCraig Tatlor1-4/+4
2021-01-17drm/i915: Fix mismatch between misplaced vma check and vma insertChris Wilson1-1/+1
2020-12-30drm/dp_aux_dev: check aux_dev before use in drm_dp_aux_dev_get_by_minor()Zwane Mwaikambo1-1/+1
2020-12-30drm/omap: dmm_tiler: fix return error code in omap_dmm_probe()Yang Yingliang1-0/+1
2020-12-30drm/msm/dsi_pll_10nm: restore VCO rate during restore_stateDmitry Baryshkov1-0/+8
2020-12-30drm/tve200: Fix handling of platform_get_irq() errorKrzysztof Kozlowski1-2/+2
2020-12-30drm/gma500: fix double free of gma_connectorTom Rix1-1/+1
2020-12-30drm/tegra: sor: Disable clocks on error in tegra_sor_init()Qinglang Miao1-2/+8
2020-12-30drm/tegra: replace idr_init() by idr_init_base()Deepak R Varma1-1/+1
2020-12-30drm: fix drm_dp_mst_port refcount leaks in drm_dp_mst_allocate_vcpiXin Xiong1-3/+4
2020-12-30drm/xen-front: Fix misused IS_ERR_OR_NULL checksOleksandr Andrushchenko3-6/+6
2020-12-02drm/atomic_helper: Stop modesets on unregistered connectors harderLyude Paul4-31/+30
2020-11-24drm/sun4i: dw-hdmi: fix error return code in sun8i_dw_hdmi_bind()Xiongfeng Wang1-0/+1
2020-11-18drm/gma500: Fix out-of-bounds access to struct drm_device.vblank[]Thomas Zimmermann1-22/+12
2020-11-18drm/amd/pm: do not use ixFEATURE_STATUS for checking smc runningEvan Quan1-4/+1
2020-11-18drm/amd/pm: perform SMC reset on suspend/hibernationEvan Quan5-0/+39
2020-11-18drm/amdgpu: perform srbm soft reset always on SDMA resumeEvan Quan1-15/+12
2020-11-10drm/vc4: drv: Add error handding for bindHoegeun Kwon1-0/+1
2020-11-10drm/i915: Break up error capture compression loops with cond_resched()Chris Wilson1-0/+3
2020-11-05drm/ttm: fix eviction valuable range check.Dave Airlie1-1/+1
2020-11-05drm/amd/display: Don't invoke kgdb_breakpoint() unconditionallyTakashi Iwai1-1/+1
2020-11-05drm/amdgpu: don't map BO in reserved regionMadhav Chauhan1-0/+10
2020-11-05drm/i915: Force VT'd workarounds when running as a guest OSChris Wilson1-1/+5
2020-11-05drm/amd/display: HDMI remote sink need mode validation for LinuxFangzhi Zuo1-1/+1
2020-11-05drm/bridge/synopsys: dsi: add support for non-continuous HS clockAntonio Borneo1-2/+7
2020-11-05drm/brige/megachips: Add checking if ge_b850v3_lvds_init() is working correctlyNadezda Lutovinova1-2/+10
2020-10-30Fix use after free in get_capset_info callback.Doug Horn2-3/+9
2020-10-29drm/gma500: fix error checkTom Rix1-1/+1
2020-10-14drm/amdgpu: prevent double kfree ttm->sgPhilip Yang1-0/+1
2020-10-14drm/nouveau/mem: guard against NULL pointer access in mem_delKarol Herbst1-0/+2
2020-10-07drm/sun4i: mixer: Extend regmap max_registerMartin Cerveny1-1/+1
2020-10-07drm/amdgpu: restore proper ref count in amdgpu_display_crtc_set_configJean Delvare1-1/+1
2020-10-01drm/sun4i: sun8i-csc: Secondary CSC register correctionMartin Cerveny1-1/+1