summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2022-09-12drm/probe-helper: Add drm_connector_helper_get_modes_fixed()Thomas Zimmermann4-51/+43
2022-09-10drm/vkms: fix variable dereferenced before check warningHarshit Mogalapalli1-1/+2
2022-09-10drm/udl: Sync pending URBs at the end of suspendTakashi Iwai4-8/+10
2022-09-10drm/udl: Don't re-initialize stuff at retrying the URB list allocationTakashi Iwai1-4/+3
2022-09-10drm/udl: Fix inconsistent urbs.count value during udl_free_urb_list()Takashi Iwai2-20/+30
2022-09-10drm/udl: Fix potential URB leaksTakashi Iwai2-4/+9
2022-09-10drm/udl: Pass rectangle directly to udl_handle_damage()Takashi Iwai1-11/+8
2022-09-10drm/udl: Drop unneeded alignmentTakashi Iwai2-67/+1
2022-09-10drm/udl: Increase the default URB list size to 20Takashi Iwai1-1/+1
2022-09-10drm/udl: Suppress error print for -EPROTO at URB completionTakashi Iwai1-0/+1
2022-09-10Revert "drm/udl: Kill pending URBs at suspend and disconnect"Takashi Iwai3-26/+3
2022-09-10drm/udl: Enable damage clippingThomas Zimmermann1-0/+1
2022-09-10drm/udl: Add reset_resumeThomas Zimmermann3-1/+13
2022-09-10drm/udl: Restore display mode on resumeTakashi Iwai1-3/+0
2022-09-09drm/format: Split into more granular test casesMichał Winiarski1-48/+108
2022-09-09drm/format: Use appropriate types in expect/assertMichał Winiarski1-76/+76
2022-09-09drm/rockchip: dsi: add rk3568 supportChris Morgan1-2/+49
2022-09-09drm/rockchip: vop: fix repeated words in commentwangjianli1-1/+1
2022-09-09drm/tidss: fix repeated words in commentsJilin Yuan1-1/+1
2022-09-09drm/omap: dmm_tiler:Remove the print function dev_err()ye xingchen1-3/+1
2022-09-09drm/omap: dss: Fix refcount leak bugsLiang He1-0/+3
2022-09-09drm: omapdrm: dss: replace ternary operator with max()Guo Zhengkui1-1/+1
2022-09-09drm/sun4i: tv: Include drm_atomic.hMaxime Ripard1-0/+1
2022-09-08drm/dp_mst: Avoid deleting payloads for connectors staying enabledImre Deak1-0/+3
2022-09-08drm/panel-edp: Add Innolux N120ACA-EA1 panel entryChen-Yu Tsai1-0/+1
2022-09-08drm/sun4i: tv: Merge mode_set into atomic_enableMaxime Ripard1-15/+10
2022-09-08drm/ssd130x: Replace simple display helpers with the atomic helpersJavier Martinez Canillas2-80/+189
2022-09-07drm/gma500: fix repeated words in commentsJilin Yuan1-1/+1
2022-09-07drm/qxl: fix the suspend/resume issue on qxl deviceZongmin Zhou1-1/+2
2022-09-07drm/bochs: fix blankingGerd Hoffmann1-0/+2
2022-09-07drm/virtio: set fb_modifiers_not_supportedChia-I Wu1-0/+2
2022-09-07drm/sun4i: tv: Add missing reset assertionMaxime Ripard1-0/+1
2022-09-07drm/sun4i: tv: Rename error labelMaxime Ripard1-2/+2
2022-09-07drm/sun4i: tv: Remove useless destroy functionMaxime Ripard1-7/+1
2022-09-07drm/sun4i: tv: Remove useless functionMaxime Ripard1-7/+0
2022-09-07drm/sun4i: tv: Convert to atomic hooksMaxime Ripard1-4/+6
2022-09-07drm/sun4i: tv: Remove unused mode_validMaxime Ripard1-8/+0
2022-09-07drm/vc4: vec: Fix timings for VEC modesMateusz Kwiatkowski1-2/+2
2022-09-07drm/vc4: vec: Remove redundant atomic_mode_setMateusz Kwiatkowski1-14/+4
2022-09-07drm/vc4: vec: Refactor VEC TV mode settingMateusz Kwiatkowski1-65/+23
2022-09-07drm/vc4: vec: Convert to atomic helpersMaxime Ripard1-4/+6
2022-09-07drm/vc4: vec: Remove empty mode_fixupMaxime Ripard1-9/+0
2022-09-07drm/via: Add new condition to via_dma_cleanup()Alisa Khabibrakhmanova1-1/+1
2022-09-06drm/panel-edp: Fix typo in kerneldoc comment (appers=>appears)Douglas Anderson1-1/+1
2022-09-06drm/scheduler: quieten kernel-doc warningsRandy Dunlap1-1/+2
2022-09-06drm/bridge: anx7625: Set HPD irq detect window to 2msXin Ji2-0/+20
2022-09-05drm: vkms: Add support to the RGB565 formatIgor Torrente3-3/+76
2022-09-05drm: vkms: Adds XRGB_16161616 and ARGB_1616161616 formatsIgor Torrente3-1/+82
2022-09-05drm: vkms: Supports to the case where primary plane doesn't match the CRTCIgor Torrente2-31/+32
2022-09-05drm: vkms: Refactor the plane composer to accept new formatsIgor Torrente6-178/+318