summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2022-12-31drm/amdgpu: Fix type of second parameter in trans_msg() callbackNathan Chancellor1-1/+4
2022-12-31drm/meson: Fix return type of meson_encoder_cvbs_mode_valid()Nathan Chancellor1-3/+4
2022-12-31drm/rockchip: use pm_runtime_resume_and_get() instead of pm_runtime_get_sync()Yuan Can3-4/+4
2022-12-31Revert "drm/amd/display: Limit max DSC target bpp for specific monitors"Hamza Mahfooz1-35/+0
2022-12-31drm/edid: add a quirk for two LG monitors to get them to work on 10bpcHamza Mahfooz1-0/+12
2022-12-31drm/amd/display: prevent memory leakgehao2-0/+5
2022-12-31drm/amd/display: skip commit minimal transition statezhikzhai1-0/+22
2022-12-31drm/etnaviv: add missing quirks for GC300Doug Brown1-2/+9
2022-12-31drm/i915/bios: fix a memory leak in generate_lfp_data_ptrsXia Fukun1-1/+1
2022-12-31drm/amdkfd: Fix memory leakageKonstantin Meskhidze1-1/+1
2022-12-31drm/amdgpu: Fix PCI device refcount leak in amdgpu_atrm_get_bios()Xiongfeng Wang1-0/+1
2022-12-31drm/radeon: Fix PCI device refcount leak in radeon_atrm_get_bios()Xiongfeng Wang1-0/+1
2022-12-31amdgpu/nv.c: Corrected typo in the video capabilities resolutionVeerabadhran Gopalakrishnan3-27/+27
2022-12-31drm/amd/pm/smu11: BACO is supported when it's in BACO stateGuchun Chen1-0/+4
2022-12-31drm/msm/mdp5: fix reading hw revision on db410c platformDmitry Baryshkov1-9/+8
2022-12-31drm/tegra: Add missing clk_disable_unprepare() in tegra_dc_probe()Zhang Zekun1-1/+3
2022-12-31drm/i915/guc: make default_lists const dataJani Nikula1-1/+1
2022-12-31drm/amdgpu: fix pci device refcount leakYang Yingliang1-0/+4
2022-12-31drm/msm/a6xx: Fix speed-bin detection vs probe-deferRob Clark1-7/+5
2022-12-31drm/fourcc: Fix vsub/hsub for Q410 and Q401Brian Starkey1-4/+4
2022-12-31amdgpu/pm: prevent array underflow in vega20_odn_edit_dpm_table()Dan Carpenter1-1/+2
2022-12-31drm/mediatek: Modify dpi power on/off sequence.Xinlei Lee1-6/+6
2022-12-31drm/radeon: Add the missed acpi_put_table() to fix memory leakHanjun Guo1-7/+11
2022-12-31drm: rcar-du: Drop leftovers dependencies from KconfigLaurent Pinchart1-2/+0
2022-12-31drm: lcdif: Set and enable FIFO Panic thresholdMarek Vasut2-0/+17
2022-12-31drm/msm/dsi: Prevent signed BPG offsets from bleeding into adjacent bitsMarijn Suijten1-1/+5
2022-12-31drm/msm/dsi: Disallow 8 BPC DSC configuration for alternative BPC valuesMarijn Suijten1-0/+5
2022-12-31drm/msm/dsi: Account for DSC's bits_per_pixel having 4 fractional bitsMarijn Suijten1-5/+14
2022-12-31drm/msm/dsi: Migrate to drm_dsc_compute_rc_parameters()Marijn Suijten1-58/+6
2022-12-31drm/msm/dsi: Appropriately set dsc->mux_word_size based on bpcMarijn Suijten1-1/+1
2022-12-31drm/msm/dsi: Reuse earlier computed dsc->slice_chunk_sizeMarijn Suijten1-7/+2
2022-12-31drm/msm/dsi: Use DIV_ROUND_UP instead of conditional increment on moduloMarijn Suijten1-3/+1
2022-12-31drm/msm/dsi: Remove repeated calculation of slice_per_intfMarijn Suijten1-4/+2
2022-12-31drm/msm/dsi: Remove useless math in DSC calculationsMarijn Suijten1-9/+1
2022-12-31drm/msm/dpu1: Account for DSC's bits_per_pixel having 4 fractional bitsMarijn Suijten1-9/+2
2022-12-31drm/msm/hdmi: use devres helper for runtime PM managementDmitry Baryshkov1-1/+1
2022-12-31drm/msm/mdp5: stop overriding drvdataDmitry Baryshkov1-15/+17
2022-12-31drm/panel/panel-sitronix-st7701: Remove panel on DSI attach failureMarek Vasut1-1/+9
2022-12-31drm/panel/panel-sitronix-st7701: Fix RTNI calculationMarek Vasut1-1/+1
2022-12-31drm: lcdif: change burst size to 256BMarco Felsch2-2/+16
2022-12-31drm/i915/dgfx: Grab wakeref at i915_ttm_unmap_virtualAnshuman Gupta4-26/+35
2022-12-31drm/i915: Encapsulate lmem rpm stuff in intel_runtime_pmAnshuman Gupta8-31/+36
2022-12-31drm/i915: Refactor ttm ghost obj detectionNirmoy Das3-17/+24
2022-12-31drm/i915: Handle all GTs on driver (un)load pathsTvrtko Ursulin2-13/+33
2022-12-31drm/rockchip: lvds: fix PM usage counter unbalance in poweronZhang Qilong1-3/+7
2022-12-31drm/amd/display: wait for vblank during pipe programmingHaiyi Zhou1-4/+2
2022-12-31drm/i915/guc: Fix GuC error capture sizing estimation and reportingAlan Previn2-14/+21
2022-12-31drm/i915/guc: Add error-capture init warnings when neededAlan Previn1-9/+69
2022-12-31drm/i915: Fix compute pre-emption w/a to apply to compute enginesJohn Harrison1-12/+12
2022-12-31drm/i915/guc: Limit scheduling properties to avoid overflowJohn Harrison5-10/+119