aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2024-04-03drm/panthor: Fix error code in panthor_gpu_init()Dan Carpenter1-2/+2
2024-04-03drm/panthor: Fix a couple -ENOMEM error codesDan Carpenter1-2/+6
2024-04-03drm/panthor: Fix some kerneldoc warningsLiviu Dudau1-5/+3
2024-04-03drm/panthor: Cleanup unused variable 'cookie'Liviu Dudau1-4/+0
2024-04-02drm/ast: Automatically clean up poll helperThomas Zimmermann2-1/+30
2024-04-02drm/ast: Implement polling for VGA and SIL164 connectorsThomas Zimmermann2-2/+33
2024-04-02drm/ast: Use drm_connector_helper_get_modes()Thomas Zimmermann1-40/+2
2024-04-02drm/ast: Acquire I/O-register lock in DDC codeThomas Zimmermann2-26/+28
2024-04-02drm/ast: Rename struct i2c_algo_bit_data callbacks and their parametersThomas Zimmermann1-14/+14
2024-04-02drm/ast: Store AST device in struct ast_ddcThomas Zimmermann2-7/+7
2024-04-02drm/ast: Pass AST device to ast_ddc_create()Thomas Zimmermann3-4/+8
2024-04-02drm/ast: Rename struct ast_i2c_chan to struct ast_ddcThomas Zimmermann3-47/+52
2024-04-02drm/ast: Move DDC code to ast_ddc.{c,h}Thomas Zimmermann5-15/+32
2024-04-02drm/ast: Allocate instance of struct ast_i2c_chan with managed helpersThomas Zimmermann1-7/+2
2024-04-02drm/ast: Remove struct ast_{vga,sil165}_connectorThomas Zimmermann2-36/+10
2024-04-02drm/ast: Fail probing if DDC channel could not be initializedThomas Zimmermann3-37/+24
2024-04-02drm/ast: Include <linux/of.h> where necessaryThomas Zimmermann2-0/+2
2024-04-02Merge drm/drm-next into drm-misc-nextThomas Zimmermann253-1777/+124631
2024-04-02drm/panthor: Fix clang -Wunused-but-set-variable in tick_ctx_apply()Nathan Chancellor1-2/+1
2024-04-02drm/panthor: Drop the dev_enter/exit() sections in _irq_suspend/resume()Boris Brezillon1-13/+4
2024-04-02drm/panthor: Fix ordering in _irq_suspend()Boris Brezillon1-2/+2
2024-04-02drm/panthor: Fix IO-page mmap() for 32-bit userspace on 64-bit kernelBoris Brezillon3-29/+20
2024-03-31Merge tag 'kbuild-fixes-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds7-10/+10
2024-03-31kbuild: make -Woverride-init warnings more consistentArnd Bergmann7-10/+10
2024-03-30Merge tag 'drm-intel-fixes-2024-03-28' of https://anongit.freedesktop.org/git...Dave Airlie22-63/+161
2024-03-29drm/panel: st7703: Add GameForce Chi Panel SupportChris Morgan1-0/+87
2024-03-29drm/meson: vclk: fix calculation of 59.94 fractional ratesChristian Hewitt1-3/+3
2024-03-28drm/vmwgfx: Remove unused codeIan Forbes8-197/+1
2024-03-29Merge tag 'drm-misc-fixes-2024-03-28' of https://gitlab.freedesktop.org/drm/m...Dave Airlie7-22/+32
2024-03-28drm/i915/bios: Tolerate devdata==NULL in intel_bios_encoder_supports_dp_dual_...Ville Syrjälä1-0/+3
2024-03-28drm/i915: Pre-populate the cursor physical dma addressVille Syrjälä3-3/+12
2024-03-28drm/i915/gt: Reset queue_priority_hint on parkingChris Wilson2-3/+3
2024-03-28drm/i915/vma: Fix UAF on destroy against retire raceJanusz Krzysztofik1-7/+43
2024-03-28drm/i915: Do not print 'pxp init failed with 0' when it succeedJosé Roberto de Souza1-1/+1
2024-03-28drm/i915: Do not match JSL in ehl_combo_pll_div_frac_wa_needed()Jonathon Hall1-1/+1
2024-03-28drm/i915/hwmon: Fix locking inversion in sysfs getterJanusz Krzysztofik1-18/+19
2024-03-28drm/i915/dsb: Fix DSB vblank waits when using VRRVille Syrjälä1-0/+14
2024-03-28drm/i915/vrr: Generate VRR "safe window" for DSBVille Syrjälä2-4/+5
2024-03-28drm/i915/display/debugfs: Fix duplicate checks in i915_drrs_statusBhanuprakash Modem1-3/+2
2024-03-28drm/i915/drrs: Refactor CPU transcoder DRRS checkBhanuprakash Modem3-10/+14
2024-03-28drm/i915/mtl: Update workaround 14018575942Tejas Upadhyay1-0/+1
2024-03-28drm/i915/dsi: Go back to the previous INIT_OTP/DISPLAY_ON order, mostlyVille Syrjälä2-7/+39
2024-03-28drm/i915/display: Disable AuxCCS framebuffers if built for XeJuha-Pekka Heikkila1-0/+3
2024-03-28drm/i915: Stop doing double audio enable/disable on SDVO and g4x+ DPVille Syrjälä2-6/+0
2024-03-28drm/i915: Add includes for BUG_ON/BUILD_BUG_ON in i915_memcpy.cJoonas Lahtinen1-0/+2
2024-03-28drm: DRM_WERROR should depend on DRMGeert Uytterhoeven1-1/+1
2024-03-28drm/bridge: it6505: Remove useless selectMaxime Ripard1-1/+0
2024-03-28drm: Switch DRM_DISPLAY_HDMI_HELPER to depends onMaxime Ripard8-7/+8
2024-03-28drm: Switch DRM_DISPLAY_HDCP_HELPER to depends onMaxime Ripard7-6/+7
2024-03-28drm: Switch DRM_DISPLAY_DP_HELPER to depends onMaxime Ripard17-26/+27