summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorLines
2024-06-27drm/bridge: analogix_dp: remove PLL lock check from analogix_dp_config_videoLucas Stach-5/+0
2024-06-27drm/bridge: analogix_dp: move basic controller init into runtime PMLucas Stach-9/+5
2024-06-27drm/bridge: analogix_dp: move platform and PHY power handling into runtime PMLucas Stach-13/+10
2024-06-27drm/bridge: analogix_dp: remove clk handling from analogix_dp_set_bridgeLucas Stach-10/+1
2024-06-27drm/bridge: analogix_dp: remove unused analogix_dp_removeLucas Stach-16/+1
2024-06-27drm/bridge: analogix_dp: handle clock via runtime PMLucas Stach-33/+44
2024-06-27drm/bridge: analogix_dp: register AUX bus after enabling runtime PMLucas Stach-8/+11
2024-06-27drm/rockchip: analogix_dp: add runtime PM handlingLucas Stach-9/+4
2024-06-27drm/bridge: analogix_dp: remove unused platform power_on_end callbackLucas Stach-8/+5
2024-06-27drm/panic: Restrict graphical logo handling to built-inGeert Uytterhoeven-1/+1
2024-06-27drm/panic: Do not select DRM_KMS_HELPERGeert Uytterhoeven-2/+0
2024-06-27Revert "drm/bridge: tc358767: Set default CLRSIPO count"Marek Vasut-4/+4
2024-06-27drm/bridge: tc358767: Set LSCLK divider for SYSCLK to 1Marek Vasut-1/+1
2024-06-27drm/bridge: tc358767: Drop line_pixel_subtractMarek Vasut-20/+1
2024-06-27drm/bridge: tc358767: Use tc_pxl_pll_calc() to correct adjusted_mode clockMarek Vasut-0/+24
2024-06-27drm/bridge: tc358767: Split tc_pxl_pll_en() into parameter calculation and en...Marek Vasut-7/+25
2024-06-27drm/ast: Inline drm_simple_encoder_init()Thomas Zimmermann-5/+40
2024-06-27Merge tag 'amd-drm-fixes-6.10-2024-06-26' of https://gitlab.freedesktop.org/a...Dave Airlie-15/+156
2024-06-27Merge tag 'drm-misc-fixes-2024-06-26' of https://gitlab.freedesktop.org/drm/m...Dave Airlie-4/+14
2024-06-27Merge tag 'drm-intel-gt-next-2024-06-12' of https://gitlab.freedesktop.org/dr...Dave Airlie-143/+219
2024-06-27Merge tag 'amd-drm-next-6.11-2024-06-22' of https://gitlab.freedesktop.org/ag...Dave Airlie-2015/+3226
2024-06-26drm/xe/oa/uapi: Allow preemption to be disabled on the stream exec queueAshutosh Dixit-1/+72
2024-06-26drm/xe/oa: Allow stream enable/disable functions to return errorAshutosh Dixit-16/+22
2024-06-26drm/xe/pf: Disable VFs on removeMichal Wajdeczko-0/+5
2024-06-26drm/xe/irq: remove xe_irq_shutdownIlia Levi-14/+4
2024-06-26drm/xe/pf: Trigger explicit FLR while disabling VFsMichal Wajdeczko-0/+36
2024-06-26drm/xe/guc: Print GuC error codes as hex valueMichal Wajdeczko-1/+1
2024-06-26drm/xe/guc: Add more GuC error codes to ABIMichal Wajdeczko-0/+31
2024-06-26drm/xe/guc: Demote the H2G retry log message to debugMichal Wajdeczko-2/+2
2024-06-26drm/xe/vf: Skip attempt to start GuC PC if VFMichal Wajdeczko-4/+13
2024-06-26drm/xe/oa: Fix kernel doc in xe_drm.hAshutosh Dixit-1/+2
2024-06-26drm/xe/huc: Use GT oriented error messages in xe_huc.cMichal Wajdeczko-11/+11
2024-06-26drm/xe/guc: Request max GT freq during resumeVinay Belgaumkar-3/+17
2024-06-26drm/xe/lnl: Apply Wa_22019338487Vinay Belgaumkar-13/+159
2024-06-26Merge drm/drm-next into drm-xe-nextRodrigo Vivi-14239/+21463
2024-06-26drm/panel: add Ilitek ILI9806E panel driverMichael Walle-0/+412
2024-06-26drm/panel: add lincolntech lcd197 supportJerome Brunet-0/+274
2024-06-26drm/panel: sitronix-st7703: transition to mipi_dsi wrapped functionsTejas Vipin-436/+400
2024-06-26gpu: ipu-v3: pre: don't use fixed timeout when waiting for safe windowLucas Stach-8/+14
2024-06-26gpu: ipu-v3: pre: add dynamic buffer layout reconfigurationLucas Stach-30/+63
2024-06-26gpu: ipu-v3: pre: move state into structLucas Stach-12/+15
2024-06-26gpu: ipu-v3: pre: replace of_node_put() with __freeR Sundar-5/+2
2024-06-26drm/etnaviv: don't block scheduler when GPU is still activeLucas Stach-5/+4
2024-06-26drm/etnaviv: reduce number of ktime_get calls in IRQ handlerLucas Stach-1/+2
2024-06-26drm/qxl: Add check for drm_cvt_modeChen Ni-0/+3
2024-06-26drm/etnaviv: fix DMA direction handling for cached RW buffersLucas Stach-2/+4
2024-06-26drm/etnaviv: switch devcoredump allocations to GFP_NOWAITLucas Stach-3/+2
2024-06-26drm/mediatek: Fix bit depth overwritten for mtk_ovl_set bit_depth()Jason-JH.Lin-13/+8
2024-06-26drm/i915/display: For MTL+ platforms skip mg dp programmingImre Deak-0/+3
2024-06-26drm/mediatek: select DRM_GEM_DMA_HELPER if DRM_FBDEV_EMULATION=yChen-Yu Tsai-0/+1