aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2024-03-19drm/xe/device: fix XE_MAX_TILES_PER_DEVICE checkMatthew Auld1-1/+1
2024-03-19drm/xe/device: fix XE_MAX_GT_PER_TILE checkMatthew Auld1-1/+1
2024-03-19drm/xe/queue: fix engine_class bounds checkMatthew Auld1-1/+1
2024-03-19drm/xe: Fix potential integer overflow in page size calculationNirmoy Das1-1/+1
2024-03-19drm/xe/vm: fix xe_assert()Matthew Auld1-1/+1
2024-03-19drm/xe/client: drop bogus bo NULL checkMatthew Auld1-1/+1
2024-03-19drm/xe/client: remove bogus rcu list usageMatthew Auld1-3/+3
2024-03-19drm/i915: Add includes for BUG_ON/BUILD_BUG_ON in i915_memcpy.cJoonas Lahtinen1-0/+2
2024-03-19Merge tag 'drm-misc-next-fixes-2024-03-14' of https://gitlab.freedesktop.org/...Dave Airlie11-27/+47
2024-03-19Merge tag 'drm-xe-next-fixes-2024-03-14' of https://gitlab.freedesktop.org/dr...Dave Airlie6-35/+55
2024-03-18Merge tag 'trace-v6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds1-3/+3
2024-03-18drm/dp: Fix divide-by-zero regression on DP MST unplug with nouveauChris Bainbridge1-0/+7
2024-03-18drm: bridge: thc63lvd1024: Switch to use of_graph_get_remote_node()Sui Jingfeng1-21/+3
2024-03-18drm/bridge: it66121: Remove a duplicated invoke of of_device_is_available()Sui Jingfeng1-6/+0
2024-03-18drm: bridge: dw_hdmi: Switch to of_graph_get_remote_node()Sui Jingfeng1-27/+4
2024-03-18drm/bridge: ite66121: Register HPD interrupt handler only when 'client->irq > 0'Sui Jingfeng1-7/+12
2024-03-18drm/panel: ilitek-ili9881c: Fix warning with GPIO controllers that sleepLaurent Pinchart1-3/+3
2024-03-18drm/panel: ilitek-ili9881c: Add Startek KD050HDFIA020-C020A supportLaurent Pinchart1-0/+222
2024-03-18Revert "drm/bridge: Select DRM_KMS_HELPER for DRM_PANEL_BRIDGE"Neil Armstrong1-1/+0
2024-03-18drm/i915: Add missing ; to __assign_str() macros in tracepoint codeSteven Rostedt (Google)1-3/+3
2024-03-18drm/omapdrm: Fix console with deferred opsTony Lindgren2-7/+23
2024-03-18drm/omapdrm: Fix console by implementing fb_dirtyTony Lindgren1-0/+12
2024-03-18drm/i915: Do not match JSL in ehl_combo_pll_div_frac_wa_needed()Jonathon Hall1-1/+1
2024-03-18drm/bridge: Select DRM_KMS_HELPER for DRM_PANEL_BRIDGELuca Weiss1-0/+1
2024-03-15drm/nouveau/dp: Fix incorrect return code in r535_dp_aux_xfer()Lyude Paul1-1/+1
2024-03-15drm/xe/pf: Always select Multi-Level LMTT for platforms 12.60+Michal Wajdeczko1-1/+1
2024-03-15drm/xe/pf: Request 64K aligned allocations for LMTT PDMichal Wajdeczko1-1/+1
2024-03-15drm/xe: Allow VRAM BO allocations aligned to 64KMichal Wajdeczko2-1/+3
2024-03-15drm/xe: Make xe_mmio_read|write() functions non-inlineMichal Wajdeczko2-74/+79
2024-03-15drm/xe: Mark VF accessible interrupt registersMichal Wajdeczko1-17/+23
2024-03-15drm/xe: Mark VF accessible global registersMichal Wajdeczko1-1/+1
2024-03-15drm/xe: Mark VF accessible GuC registersMichal Wajdeczko1-4/+4
2024-03-15drm/xe: Define XE_REG_OPTION_VFMichal Wajdeczko1-0/+11
2024-03-15drm/xe: Assert size of the struct xe_regMichal Wajdeczko1-0/+3
2024-03-15drm/sched: fix null-ptr-deref in init entityVitaly Prosyak1-3/+9
2024-03-15drm/i915: Create the printer only once in intel_pipe_config_compare()Ville Syrjälä1-55/+46
2024-03-15drm/i915: Reuse pipe_config_mismatch() moreVille Syrjälä1-32/+10
2024-03-15drm/i915: Relocate pipe_config_mismatch()Ville Syrjälä1-23/+23
2024-03-15drm/i915: Skip intel_crtc_state_dump() if debugs aren't enabledVille Syrjälä1-0/+3
2024-03-15drm/i915: Convert the remaining state dump to drm_printerVille Syrjälä1-77/+60
2024-03-15drm/i915: Use drm_printer more extensively in intel_crtc_state_dump()Ville Syrjälä1-102/+91
2024-03-15drm/i915: Convert intel_dpll_dump_hw_state() to drm_printerVille Syrjälä4-74/+66
2024-03-15drm/i915: Convert pipe_config_buffer_mismatch() to drm_printerVille Syrjälä1-18/+19
2024-03-15drm/i915: Convert pipe_config_infoframe_mismatch() to drm_printerVille Syrjälä1-14/+18
2024-03-15drm/i915: Include CRTC info in VSC SDP mismatch printsVille Syrjälä1-5/+8
2024-03-15drm/i915: Include CRTC info in infoframe mismatch printsVille Syrjälä1-5/+9
2024-03-15drm/i915: Indicate which pipe failed the fastset check overallVille Syrjälä1-2/+4
2024-03-15drm/tests: Build KMS helpers when DRM_KUNIT_TEST_HELPERS is enabledKarolina Stolarek1-1/+1
2024-03-15drm/i915: Drop pointless (void*) castVille Syrjälä1-1/+1
2024-03-15drm/i915: Use container_of_const() for statesVille Syrjälä7-12/+23