aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2024-03-19drm/xe: Separate out sched/deregister_done handlingNiranjana Vishwanathapura1-27/+37
2024-03-20drm/i915/scaler: Update Pipe src size check in skl_update_scalerAnkit Nautiyal1-3/+4
2024-03-20drm/lcdif: Do not disable clocks on already suspended hardwareMarek Vasut1-1/+5
2024-03-19drm/xe/guc: Don't support older GuC 70.x releasesDaniele Ceraolo Spurio2-34/+16
2024-03-19drm/xe: Add dbg messages on the suspend resume functions.Rodrigo Vivi1-5/+17
2024-03-19drm/xe: Convert gt suspend/resume messages to debugRodrigo Vivi1-2/+4
2024-03-19drm/xe/vm : Remove duplicate assignment of XE_VM_FLAG_LR_MODE flag.Himal Prasad Ghimiray1-2/+1
2024-03-19drm/panel: simple: Add POWERTIP PH128800T006-ZHC01 panel entryNathan Morrisson1-0/+29
2024-03-19drm: bridge: thc63lvd1024: Print error message when DT parsing failsLaurent Pinchart1-1/+4
2024-03-19nouveau/gsp: don't check devinit disable on GSP.Dave Airlie1-1/+0
2024-03-19drm/xe/display: Mark dpt and related vma as uncachedJuha-Pekka Heikkila1-5/+5
2024-03-19drm/xe/display: mark DPT with XE_BO_PAGETABLEMatthew Auld1-3/+6
2024-03-19drm/xe: Remove usage of unsafe strcpyNirmoy Das1-21/+23
2024-03-19drm/xe: Drop bogus vma NULL checkNirmoy Das1-1/+1
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