summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
* drm/crtc: fix uninitialized variable useJani Nikula2024-01-201-2/+1
* drm/amd/display: get dprefclk ss info from integration info tableCharlene Liu2024-01-202-5/+16
* drm/crtc: Fix uninit-value bug in drm_mode_setcrtcZiqi Zhao2024-01-201-4/+5
* drm/exynos: fix a wrong error checkingInki Dae2024-01-201-5/+3
* drm/exynos: fix a potential error pointer dereferenceXiang Yang2024-01-201-0/+2
* drm/amdgpu: Add NULL checks for function pointersLijo Lazar2024-01-201-4/+8
* nouveau/tu102: flush all pdbs on vmm flushDave Airlie2024-01-201-1/+1
* drm/amdgpu: Fix cat debugfs amdgpu_regs_didt causes kernel null pointerLu Yao2024-01-201-0/+6
* drm/amd/display: update dcn315 lpddr pstate latencyDmytro Laktyushkin2024-01-201-4/+4
* drm/amd/display: add nv12 bounding boxAlex Deucher2024-01-101-1/+109
* drm/amdgpu: skip gpu_info fw loading on navi12Alex Deucher2024-01-101-9/+2
* drm/i915/dp: Fix passing the correct DPCD_REV for drm_dp_set_phy_test_patternKhaled Almahallawy2024-01-101-1/+1
* drm/bridge: ti-sn65dsi86: Never store more than msg->size bytes in AUX xferDouglas Anderson2024-01-101-1/+3
* drm/mgag200: Fix gamma lut not initialized for G200ER, G200EV, G200SEJocelyn Falempe2024-01-105-5/+25
* Revert "drm/amd/display: Do not set DRR on pipe commit"Aric Cyr2024-01-011-0/+3
* drm/i915: Reject async flips with bigjoinerVille Syrjälä2024-01-011-0/+11
* drm/i915: Fix ADL+ tiled plane stride when the POT stride is smaller than the...Ville Syrjälä2024-01-011-1/+2
* drm/i915/mtl: Add MTL for remapping CCS FBsClint Taylor2024-01-011-3/+6
* drm/i915/dpt: Only do the POT stride remap when using DPTVille Syrjälä2024-01-011-1/+1
* drm/i915: Fix intel_atomic_setup_scalers() plane_state handlingVille Syrjälä2024-01-011-1/+1
* drm/i915: Relocate intel_atomic_setup_scalers()Ville Syrjälä2024-01-014-262/+265
* drm/i915/mtl: limit second scaler vertical scaling in ver >= 14Luca Coelho2024-01-011-10/+75
* drm/amd/display: fix hw rotated modes when PSR-SU is enabledHamza Mahfooz2024-01-014-3/+16
* drm/i915: Fix remapped stride with CCS on ADL+Ville Syrjälä2023-12-201-2/+14
* drm/amd/display: Disable PSR-SU on Parade 0803 TCON againMario Limonciello2023-12-201-0/+2
* drm/amdgpu: fix tear down order in amdgpu_vm_pt_freeChristian König2023-12-201-1/+2
* drm/amdgpu/sdma5.2: add begin/end_use ring callbacksAlex Deucher2023-12-201-0/+28
* drm/mediatek: Add spinlock for setting vblank event in atomic_beginJason-JH.Lin2023-12-201-0/+5
* drm/i915: Skip some timing checks on BXT/GLK DSI transcodersVille Syrjälä2023-12-1312-3/+79
* drm/i915/sdvo: stop caching has_hdmi_monitor in struct intel_sdvoJani Nikula2023-12-131-7/+7
* drm/i915/lvds: Use REG_BIT() & co.Ville Syrjälä2023-12-132-26/+24
* drm/i915/display: Drop check for doublescan mode in modevalidAnkit Nautiyal2023-12-132-6/+0
* drm/amdgpu: Update EEPROM I2C address for smu v13_0_0Candice Li2023-12-131-0/+6
* drm/amdgpu: Add I2C EEPROM support on smu v13_0_6Candice Li2023-12-131-0/+2
* drm/amdgpu: simplify amdgpu_ras_eeprom.cAlex Deucher2023-12-131-52/+20
* drm/amdgpu: Return from switch early for EEPROM I2C addressLuben Tuikov2023-12-131-5/+3
* drm/amdgpu: Remove second moot switch to set EEPROM I2C addressLuben Tuikov2023-12-131-9/+0
* drm/amdgpu: Add support for RAS table at 0x40000Luben Tuikov2023-12-131-1/+6
* drm/amdgpu: Decouple RAS EEPROM addresses from chipsLuben Tuikov2023-12-131-12/+11
* drm/amdgpu: Remove redundant I2C EEPROM addressLuben Tuikov2023-12-132-3/+23
* drm/amdgpu: Add EEPROM I2C address support for ip discoveryCandice Li2023-12-131-2/+18
* drm/amdgpu: Update ras eeprom support for smu v13_0_0 and v13_0_10Candice Li2023-12-131-0/+10
* drm/amdgpu: correct the amdgpu runtime dereference usage countPrike Liang2023-12-131-6/+3
* drm/amd/amdgpu: Fix warnings in amdgpu/amdgpu_display.cSrinivasan Shanmugam2023-12-131-17/+25
* drm/amdgpu: fix memory overflow in the IB testTim Huang2023-12-133-5/+5
* drm/bridge: tc358768: select CONFIG_VIDEOMODE_HELPERSArnd Bergmann2023-12-131-0/+1
* drm/amdgpu: correct chunk_ptr to a pointer to chunk.YuanShang2023-12-131-1/+1
* drm/amd/display: Fix MPCC 1DLUT programmingIlya Bakoulin2023-12-081-4/+2
* drm/amd/display: Fix the delta clamping for shaper LUTHarry Wentland2023-12-087-13/+25
* drm/amd/display: clean code-style issues in dcn30_set_mpc_shaper_3dlutMelissa Wen2023-12-081-18/+19