aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2022-05-18drm/meson: add YUV422 output supportDongjin Kim1-1/+7
2022-05-18drm/meson: Fix refcount leak in meson_encoder_hdmi_initMiaoqian Lin1-1/+3
2022-05-18drm/udl: Set VGA connectorThomas Zimmermann1-1/+1
2022-05-17drm/i915/guc: Remove unnecessary GuC err capture noiseAlan Previn1-75/+2
2022-05-17drm/dp/mst: fix a possible memory leak in fetch_monitor_name()Hangyu Hua1-0/+1
2022-05-17drm/mgag200: Split up connector's mode_valid helperThomas Zimmermann1-77/+69
2022-05-17drm/mgag200: Test memory requirements in drm_mode_config_funcs.mode_validThomas Zimmermann1-14/+21
2022-05-17drm/mgag200: Remove struct mga_connectorThomas Zimmermann2-37/+15
2022-05-17drm/mgag200: Switch I2C code to managed cleanupThomas Zimmermann3-44/+18
2022-05-17drm/mgag200: Implement connector's get_modes with helperThomas Zimmermann2-13/+40
2022-05-17drm/mgag200: Fail on I2C initialization errorsThomas Zimmermann2-7/+13
2022-05-17drm/mgag200: Acquire I/O lock while reading EDIDThomas Zimmermann1-0/+10
2022-05-17drm/bridge: anx7625: Use DPI bus typeXin Ji1-4/+4
2022-05-17drm/scheduler: Don't kill jobs in interrupt contextDmitry Osipenko1-3/+3
2022-05-17drm/i915: gracefully error out on platform with small-barNirmoy Das1-0/+6
2022-05-17drm/i915: determine lmem_size properlyNirmoy Das1-1/+5
2022-05-17drm/i915: return -EIO on lmem setup failureNirmoy Das1-2/+2
2022-05-17Merge branch 'etnaviv/next' of https://git.pengutronix.de/git/lst/linux into drm-nextDave Airlie2-10/+55
2022-05-17drm/rockchip: Change register space names in vop2Sascha Hauer1-2/+2
2022-05-16drm/amd/pm: consistent approach for smartshiftSathishkumar S1-67/+61
2022-05-16drm/amd/display: clean up some inconsistent indentingJiapeng Chong1-3/+4
2022-05-16drm: bridge: DRM_FSL_LDB should depend on ARCH_MXCGeert Uytterhoeven1-0/+1
2022-05-16drm: bridge: icn6211: Register macro clean upMarek Vasut1-13/+11
2022-05-16drm/amdkfd: Fix static checker warning on MES queue typeGraham Sider1-3/+4
2022-05-16drm/amdgpu: Move mutex_init(&smu->message_lock) to smu_early_init()Hans de Goede1-2/+2
2022-05-16drm/amdgpu/discovery: add SMU v13.0.4 into the IP discovery listXiaojian Du1-0/+1
2022-05-16drm/amdgpu/pm: add GFXOFF control IP version check for SMU IP v13.0.4Tim Huang1-0/+1
2022-05-16drm/amdgpu/pm: enable swsmu for SMU IP v13.0.4Tim Huang1-0/+4
2022-05-16drm/amdgpu/pm: add swsmu ppt implementation for SMU IP v13.0.4Tim Huang3-1/+1074
2022-05-16drm/amdgpu/pm: add some common ppt functions for SMU IP v13.0.xTim Huang2-15/+100
2022-05-16drm/amdgpu/pm: add EnableGfxImu message dummy map for SMU IP v13.0.4Tim Huang1-1/+2
2022-05-16drm/amdgpu/pm: add smu v13.0.4 driver SMU if headersHuang Rui3-0/+542
2022-05-16drm/amdgpu/gfx11: fix mes mqd settingsJack Xiao1-10/+10
2022-05-16drm/amdgpu/gfx11: fix me field handling in map_queue packetJack Xiao1-2/+5
2022-05-16drm/amd/pm: update smartshift powerboost calc for smu13Sathishkumar S1-16/+46
2022-05-16drm/amd/pm: update smartshift powerboost calc for smu12Sathishkumar S1-16/+44
2022-05-16drm/amdkfd: allocate MMIO/DOORBELL BOs with AMDGPU_GEM_CREATE_PREEMPTIBLELang Yu1-16/+16
2022-05-16drm/amdgpu: Ensure the DMA engine is deactivated during set upsHaohui Mai1-45/+64
2022-05-16drm/amdgpu/ctx: only reset stable pstate if the user changed it (v2)Alex Deucher1-0/+5
2022-05-16drm/amd/pm: add smu power_limit callback for smu_v13_0_7Yang Wang1-0/+39
2022-05-16drm/amd/pm: add smu feature map support for smu_v13_0_0Yang Wang1-19/+50
2022-05-16drm/amd/pm: add smu feature map support for smu_v13_0_7Yang Wang2-8/+73
2022-05-16drm/amd/pm: support ss metrics read for smu11Sathishkumar S2-37/+187
2022-05-16drm/amd/pm: add smu pp_feature_mask callback for smu_v13_0_7Yang Wang1-0/+2
2022-05-16drm/mgag200: Enable atomic gamma lut updateJocelyn Falempe1-44/+83
2022-05-16drm/i915: Ensure damage clip area is within pipe areaJouni Högander1-7/+16
2022-05-16drm/i915/psr: Use full update In case of area calculation failsJouni Högander1-0/+14
2022-05-16drm/i915: Use drm_dbg for rpm loggingAnshuman Gupta1-4/+4
2022-05-16drm/client: Don't add new command-line modeThomas Zimmermann1-12/+5
2022-05-16drm/client: Look for command-line modes firstThomas Zimmermann1-0/+11