summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-06-28Merge tag 'drm-habanalabs-next-2024-06-23' of https://github.com/HabanaAI/dri...Dave Airlie22-472/+677
2024-06-28Merge tag 'drm-misc-next-2024-06-27' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie41-1234/+3770
2024-06-27Merge tag 'drm-xe-next-2024-06-26' of https://gitlab.freedesktop.org/drm/xe/k...Dave Airlie84-818/+4998
2024-06-27drm/bridge: analogix_dp: handle AUX transfer timeoutsLucas Stach2-0/+12
2024-06-27drm/bridge: analogix_dp: only read AUX status when an error occuredLucas Stach1-4/+5
2024-06-27drm/bridge: analogix_dp: simplify and correct PLL lock checksLucas Stach3-35/+18
2024-06-27drm/bridge: analogix_dp: don't wait for PLL lock too earlyLucas Stach1-13/+1
2024-06-27drm/bridge: analogix_dp: move macro reset after link bandwidth settingLucas Stach1-8/+10
2024-06-27drm/bridge: analogix_dp: remove PLL lock check from analogix_dp_config_videoLucas Stach1-5/+0
2024-06-27drm/bridge: analogix_dp: move basic controller init into runtime PMLucas Stach1-9/+5
2024-06-27drm/bridge: analogix_dp: move platform and PHY power handling into runtime PMLucas Stach1-13/+10
2024-06-27drm/bridge: analogix_dp: remove clk handling from analogix_dp_set_bridgeLucas Stach1-10/+1
2024-06-27drm/bridge: analogix_dp: remove unused analogix_dp_removeLucas Stach3-16/+1
2024-06-27drm/bridge: analogix_dp: handle clock via runtime PMLucas Stach1-33/+44
2024-06-27drm/bridge: analogix_dp: register AUX bus after enabling runtime PMLucas Stach1-8/+11
2024-06-27drm/rockchip: analogix_dp: add runtime PM handlingLucas Stach1-9/+4
2024-06-27drm/bridge: analogix_dp: remove unused platform power_on_end callbackLucas Stach3-8/+5
2024-06-27drm/panic: Restrict graphical logo handling to built-inGeert Uytterhoeven1-1/+1
2024-06-27drm/panic: Do not select DRM_KMS_HELPERGeert Uytterhoeven2-2/+0
2024-06-27Revert "drm/bridge: tc358767: Set default CLRSIPO count"Marek Vasut1-4/+4
2024-06-27drm/bridge: tc358767: Set LSCLK divider for SYSCLK to 1Marek Vasut1-1/+1
2024-06-27drm/bridge: tc358767: Drop line_pixel_subtractMarek Vasut1-20/+1
2024-06-27drm/bridge: tc358767: Use tc_pxl_pll_calc() to correct adjusted_mode clockMarek Vasut1-0/+24
2024-06-27drm/bridge: tc358767: Split tc_pxl_pll_en() into parameter calculation and en...Marek Vasut1-7/+25
2024-06-27drm/ast: Inline drm_simple_encoder_init()Thomas Zimmermann1-5/+40
2024-06-27Merge tag 'drm-intel-gt-next-2024-06-12' of https://gitlab.freedesktop.org/dr...Dave Airlie20-143/+219
2024-06-27Merge tag 'amd-drm-next-6.11-2024-06-22' of https://gitlab.freedesktop.org/ag...Dave Airlie271-2015/+3226
2024-06-27drm/xe/oa/uapi: Allow preemption to be disabled on the stream exec queueAshutosh Dixit2-1/+72
2024-06-27drm/xe/oa: Allow stream enable/disable functions to return errorAshutosh Dixit1-16/+22
2024-06-27drm/xe/pf: Disable VFs on removeMichal Wajdeczko1-0/+5
2024-06-27drm/xe/irq: remove xe_irq_shutdownIlia Levi3-14/+4
2024-06-27drm/xe/pf: Trigger explicit FLR while disabling VFsMichal Wajdeczko3-0/+36
2024-06-27drm/xe/guc: Print GuC error codes as hex valueMichal Wajdeczko1-1/+1
2024-06-27drm/xe/guc: Add more GuC error codes to ABIMichal Wajdeczko1-0/+31
2024-06-27drm/xe/guc: Demote the H2G retry log message to debugMichal Wajdeczko1-2/+2
2024-06-27drm/xe/vf: Skip attempt to start GuC PC if VFMichal Wajdeczko1-4/+13
2024-06-27drm/xe/oa: Fix kernel doc in xe_drm.hAshutosh Dixit1-1/+2
2024-06-27drm/xe/huc: Use GT oriented error messages in xe_huc.cMichal Wajdeczko1-11/+11
2024-06-27drm/xe/guc: Request max GT freq during resumeVinay Belgaumkar3-3/+17
2024-06-27drm/xe/lnl: Apply Wa_22019338487Vinay Belgaumkar13-13/+159
2024-06-27Merge drm/drm-next into drm-xe-nextRodrigo Vivi558-17063/+25859
2024-06-26drm/panel: add Ilitek ILI9806E panel driverMichael Walle3-0/+412
2024-06-26drm/panel: add lincolntech lcd197 supportJerome Brunet3-0/+274
2024-06-26drm/panel: sitronix-st7703: transition to mipi_dsi wrapped functionsTejas Vipin1-436/+400
2024-06-26gpu: ipu-v3: pre: don't use fixed timeout when waiting for safe windowLucas Stach1-8/+14
2024-06-26gpu: ipu-v3: pre: add dynamic buffer layout reconfigurationLucas Stach3-30/+63
2024-06-26gpu: ipu-v3: pre: move state into structLucas Stach1-12/+15
2024-06-26gpu: ipu-v3: pre: replace of_node_put() with __freeR Sundar1-5/+2
2024-06-26drm/qxl: Add check for drm_cvt_modeChen Ni1-0/+3
2024-06-26drm/mediatek: select DRM_GEM_DMA_HELPER if DRM_FBDEV_EMULATION=yChen-Yu Tsai1-0/+1