summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-02-20drm: Include <video/cmdline.h> for mode parsingThomas Zimmermann1-3/+6
2023-02-20driver/ps3: Include <video/cmdline.h> for mode parsingThomas Zimmermann1-12/+6
2023-02-20fbdev: Handle video= parameter in video/cmdline.cThomas Zimmermann7-88/+152
2023-02-20fbdev: Move option-string lookup into helperThomas Zimmermann1-24/+36
2023-02-20fbdev: Unexport fb_mode_optionThomas Zimmermann1-3/+1
2023-02-20fbdev: Read video= option with fb_get_option() in modedbThomas Zimmermann1-2/+6
2023-02-20drivers/ps3: Read video= option with fb_get_option()Thomas Zimmermann1-2/+9
2023-02-20fbdev: Support NULL for name in option-string lookupThomas Zimmermann1-1/+6
2023-02-20fbdev: Transfer video= option strings to caller; clarify ownershipThomas Zimmermann1-4/+12
2023-02-20fbdev: Fix contact info in fb_cmdline.cThomas Zimmermann1-1/+1
2023-02-17dma-buf: make kobj_type structure constantThomas Weißschuh1-1/+1
2023-02-16Revert "drm/vc4: hdmi: Enforce the minimum rate at runtime_resume"Maxime Ripard1-9/+0
2023-02-16Revert "drm/vc4: hdmi: Fix HSM clock too low on Pi4"Maxime Ripard2-18/+4
2023-02-16drm/vc4: hdmi: Enable power domain before setting minimumMaxime Ripard1-7/+7
2023-02-16drm/vc4: hdmi: Replace hardcoded value by defineMaxime Ripard1-1/+3
2023-02-15drm/nouveau/led: explicitly include linux/leds.hThomas Weißschuh1-1/+1
2023-02-14drm/vmwgfx: Do not drop the reference to the handle too soonZack Rusin7-10/+20
2023-02-14drm/vmwgfx: Stop accessing buffer objects which failed initZack Rusin2-3/+5
2023-02-13drm/vmwgfx: Make the driver work without the dummy resourcesZack Rusin2-5/+16
2023-02-13drm/vmwgfx: Stop using raw ttm_buffer_object'sZack Rusin27-688/+563
2023-02-13drm/vmwgfx: Abstract placement selectionZack Rusin22-455/+311
2023-02-13drm/vmwgfx: Rename dummy to is_iomemZack Rusin1-8/+8
2023-02-13drm/vmwgfx: Cleanup the vmw bo usage in the cursor pathsZack Rusin2-14/+1
2023-02-13drm/vmwgfx: Simplify fb pinningZack Rusin5-85/+54
2023-02-13drm/vmwgfx: Rename vmw_buffer_object to vmw_boZack Rusin25-385/+419
2023-02-13drm/vmwgfx: Remove the duplicate bo_free functionZack Rusin8-58/+27
2023-02-13drm/vmwgfx: Use the common gem mmap instead of the custom codeZack Rusin5-118/+10
2023-02-10drm/shmem-helper: Fix locking for drm_gem_shmem_get_pages_sgt()Asahi Lina1-20/+34
2023-02-10drm/vgem: add missing mutex_destroyMaíra Canal1-0/+1
2023-02-10drm: remove dumb_destroy callbackChristian König3-14/+1
2023-02-09drm/amdgpu: Remove TTM resource->start visible VRAM condition v2Somalapuram Amaranath1-6/+3
2023-02-06drm/bridge: panel: Set orientation on panel_bridge connectorJohn Keeping1-0/+2
2023-02-06drm/ttm: prevent moving of pinned BOsChristian König6-37/+14
2023-02-06drm/ttm: stop allocating a dummy resource for pipelined guttingChristian König1-13/+2
2023-02-06drm/ttm: stop allocating dummy resources during BO creationChristian König1-7/+0
2023-02-06drm/ttm: clear the ttm_tt when bo->resource is NULLMatthew Auld1-2/+1
2023-02-06drm/i915/ttm: audit remaining bo->resourceMatthew Auld4-5/+18
2023-02-06drm/i915/ttm: fix sparse warningMatthew Auld1-2/+3
2023-02-06accel/ivpu: Fix old dma_buf api usageStanislaw Gruszka1-6/+2
2023-02-06accel/ivpu: Set dma max_segment_sizeStanislaw Gruszka1-0/+1
2023-02-06accel/ivpu: Send VPU_JSM_MSG_CONTEXT_DELETE when deleting contextAndrzej Kacprowski3-1/+13
2023-02-06accel/ivpu: Fix FW API data alignment issuesAndrzej Kacprowski3-44/+65
2023-02-05drm/rockchip: Drop unbalanced obj unrefRob Clark1-3/+0
2023-02-05drm/rockchip: avoid duplicate mappings for IOMMU devicesJohn Keeping1-3/+10
2023-02-05drm/rockchip: vop: Quiet always-warning AFBC logBrian Norris1-4/+1
2023-02-05drm/rockchip: vop2: add support for the rgb output blockMichael Riesch1-0/+44
2023-02-05drm/rockchip: vop2: use symmetric function pair vop2_{create,destroy}_crtcsMichael Riesch1-15/+16
2023-02-05drm/rockchip: rgb: add video_port parameter to init functionMichael Riesch3-7/+10
2023-02-05drm/rockchip: rgb: embed drm_encoder into rockchip_encoderMichael Riesch1-5/+5
2023-02-05drm/rockchip: vop2: initialize possible_crtcs properlyMichael Riesch1-3/+4