summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fbdev: Move option-string lookup into helperThomas Zimmermann2023-02-201-24/+36
* fbdev: Unexport fb_mode_optionThomas Zimmermann2023-02-202-4/+1
* fbdev: Read video= option with fb_get_option() in modedbThomas Zimmermann2023-02-201-2/+6
* drivers/ps3: Read video= option with fb_get_option()Thomas Zimmermann2023-02-201-2/+9
* fbdev: Support NULL for name in option-string lookupThomas Zimmermann2023-02-201-1/+6
* fbdev: Transfer video= option strings to caller; clarify ownershipThomas Zimmermann2023-02-201-4/+12
* fbdev: Fix contact info in fb_cmdline.cThomas Zimmermann2023-02-201-1/+1
* drm: document DRM_IOCTL_PRIME_HANDLE_TO_FD and PRIME_FD_TO_HANDLESimon Ser2023-02-201-0/+30
* drm: document expectations for GETFB2 handlesSimon Ser2023-02-201-2/+12
* dma-buf: make kobj_type structure constantThomas Weißschuh2023-02-171-1/+1
* drm: document DRM_IOCTL_GEM_CLOSESimon Ser2023-02-171-0/+13
* Revert "drm/vc4: hdmi: Enforce the minimum rate at runtime_resume"Maxime Ripard2023-02-161-9/+0
* Revert "drm/vc4: hdmi: Fix HSM clock too low on Pi4"Maxime Ripard2023-02-162-18/+4
* drm/vc4: hdmi: Enable power domain before setting minimumMaxime Ripard2023-02-161-7/+7
* drm/vc4: hdmi: Replace hardcoded value by defineMaxime Ripard2023-02-161-1/+3
* drm/nouveau/led: explicitly include linux/leds.hThomas Weißschuh2023-02-151-1/+1
* drm/vmwgfx: Do not drop the reference to the handle too soonZack Rusin2023-02-147-10/+20
* drm/vmwgfx: Stop accessing buffer objects which failed initZack Rusin2023-02-142-3/+5
* drm/vmwgfx: Make the driver work without the dummy resourcesZack Rusin2023-02-132-5/+16
* drm/vmwgfx: Stop using raw ttm_buffer_object'sZack Rusin2023-02-1327-688/+563
* drm/vmwgfx: Abstract placement selectionZack Rusin2023-02-1322-455/+311
* drm/vmwgfx: Rename dummy to is_iomemZack Rusin2023-02-131-8/+8
* drm/vmwgfx: Cleanup the vmw bo usage in the cursor pathsZack Rusin2023-02-132-14/+1
* drm/vmwgfx: Simplify fb pinningZack Rusin2023-02-135-85/+54
* drm/vmwgfx: Rename vmw_buffer_object to vmw_boZack Rusin2023-02-1325-385/+419
* drm/vmwgfx: Remove the duplicate bo_free functionZack Rusin2023-02-138-58/+27
* drm/vmwgfx: Use the common gem mmap instead of the custom codeZack Rusin2023-02-135-118/+10
* drm/shmem-helper: Fix locking for drm_gem_shmem_get_pages_sgt()Asahi Lina2023-02-101-20/+34
* drm/vgem: add missing mutex_destroyMaíra Canal2023-02-101-0/+1
* drm: remove dumb_destroy callbackChristian König2023-02-104-33/+1
* drm/amdgpu: Remove TTM resource->start visible VRAM condition v2Somalapuram Amaranath2023-02-091-6/+3
* drm/bridge: panel: Set orientation on panel_bridge connectorJohn Keeping2023-02-061-0/+2
* drm/ttm: prevent moving of pinned BOsChristian König2023-02-066-37/+14
* drm/ttm: stop allocating a dummy resource for pipelined guttingChristian König2023-02-061-13/+2
* drm/ttm: stop allocating dummy resources during BO creationChristian König2023-02-061-7/+0
* drm/ttm: clear the ttm_tt when bo->resource is NULLMatthew Auld2023-02-061-2/+1
* drm/i915/ttm: audit remaining bo->resourceMatthew Auld2023-02-064-5/+18
* drm/i915/ttm: fix sparse warningMatthew Auld2023-02-061-2/+3
* accel/ivpu: Fix old dma_buf api usageStanislaw Gruszka2023-02-061-6/+2
* accel/ivpu: Set dma max_segment_sizeStanislaw Gruszka2023-02-061-0/+1
* accel/ivpu: Send VPU_JSM_MSG_CONTEXT_DELETE when deleting contextAndrzej Kacprowski2023-02-063-1/+13
* accel/ivpu: Fix FW API data alignment issuesAndrzej Kacprowski2023-02-063-44/+65
* drm/rockchip: Drop unbalanced obj unrefRob Clark2023-02-051-3/+0
* drm/rockchip: avoid duplicate mappings for IOMMU devicesJohn Keeping2023-02-051-3/+10
* drm/rockchip: vop: Quiet always-warning AFBC logBrian Norris2023-02-051-4/+1
* drm/rockchip: vop2: add support for the rgb output blockMichael Riesch2023-02-051-0/+44
* drm/rockchip: vop2: use symmetric function pair vop2_{create,destroy}_crtcsMichael Riesch2023-02-051-15/+16
* drm/rockchip: rgb: add video_port parameter to init functionMichael Riesch2023-02-053-7/+10
* drm/rockchip: rgb: embed drm_encoder into rockchip_encoderMichael Riesch2023-02-051-5/+5
* drm/rockchip: vop2: initialize possible_crtcs properlyMichael Riesch2023-02-051-3/+4