summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/virtio: Add option to disable KMS supportRob Clark2023-03-034-9/+35
* drm/bridge: tc358762: Set pre_enable_prev_firstDouglas Anderson2023-03-021-0/+1
* drm/radeon: Use the drm suballocation manager implementation.Maarten Lankhorst2023-03-016-356/+57
* drm/amd: Convert amdgpu to use suballocation helper.Maarten Lankhorst2023-03-016-337/+45
* drm/suballoc: Extract amdgpu_sa.c as generic suballocation helperMaarten Lankhorst2023-03-013-0/+464
* drm/edid: Fix csync detailed mode parsingVille Syrjälä2023-03-011-8/+21
* drm/ast: Rename to_ast_private() to to_ast_device()Thomas Zimmermann2023-03-017-46/+46
* drm/ast: Rename struct ast_private to struct ast_deviceThomas Zimmermann2023-03-019-150/+150
* drm/ast: Rework definition of I/O read and write helpersThomas Zimmermann2023-03-011-34/+14
* drm/ast: Remove little-endianism from I/O helpersThomas Zimmermann2023-03-011-1/+3
* drm/vc4: replace obj lookup steps with drm_gem_objects_lookupMaíra Canal2023-02-281-41/+2
* drm/vc4: replace drm_gem_dma_object for drm_gem_object in vc4_exec_infoMaíra Canal2023-02-283-23/+20
* Revert "drm/shmem-helper: Switch to reservation lock"Thomas Zimmermann2023-02-285-90/+135
* drm/connector: print max_requested_bpc in state debugfsHarry Wentland2023-02-271-0/+1
* drm/display: Don't block HDR_OUTPUT_METADATA on unknown EOTFHarry Wentland2023-02-271-4/+2
* drm/probe-helper: Cancel previous job before starting new oneDom Cobley2023-02-271-2/+3
* drm/shmem-helper: Switch to reservation lockDmitry Osipenko2023-02-275-135/+90
* drm/shmem-helper: Don't use vmap_use_count for dma-bufsDmitry Osipenko2023-02-271-14/+15
* drm/shmem-helper: Switch to use drm_* debug helpersDmitry Osipenko2023-02-271-16/+22
* drm/gem: Add evict() callback to drm_gem_object_funcsDmitry Osipenko2023-02-271-0/+18
* drm/virtio: use strscpy() to instead of strncpy()Xu Panda2023-02-271-2/+1
* drm/edid: parse Tiled Display Topology Data Block for DisplayID 2.0Jani Nikula2023-02-271-1/+10
* drm/edid: update non-desktop use also from DisplayIDJani Nikula2023-02-271-0/+25
* drm/displayid: provide access to DisplayID version and primary use caseJani Nikula2023-02-271-0/+30
* drm/displayid: return struct displayid_header from validate_displayid()Jani Nikula2023-02-271-9/+8
* drm/displayid: add displayid_get_header() and check bounds betterJani Nikula2023-02-271-1/+16
* drm/v3d: Use drm_sched_job_add_syncobj_dependency()Maíra Canal2023-02-241-18/+8
* drm/panfrost: Use drm_sched_job_add_syncobj_dependency()Maíra Canal2023-02-241-9/+2
* drm/sched: Create wrapper to add a syncobj dependency to jobMaíra Canal2023-02-241-0/+29
* drm/radeon: handle NULL bo->resource in move callbackMatthew Auld2023-02-231-1/+2
* drm/qxl: handle NULL bo->resource in move callbackMatthew Auld2023-02-231-0/+11
* drm/gem-vram: handle NULL bo->resource in move callbackMatthew Auld2023-02-232-2/+13
* drm/nouveau/kms/nv50: fix nv50_wndw_new_ prototypeJiri Slaby (SUSE)2023-02-211-2/+3
* drm/tidss: Implement struct drm_plane_helper_funcs.atomic_enableThomas Zimmermann2023-02-201-0/+11
* drm/tidss: Remove return values from dispc_plane_{setup, enable}()Thomas Zimmermann2023-02-203-22/+9
* drm/mgag200: Implement struct drm_plane_helper_funcs.atomic_enableThomas Zimmermann2023-02-202-7/+15
* drm/mgag200: Remove disable handling from atomic_updateThomas Zimmermann2023-02-201-3/+0
* drm/ast: Implement struct drm_plane_helper_funcs.atomic_enableThomas Zimmermann2023-02-201-8/+20
* drm/atomic-helper: Add atomic_enable plane-helper callbackThomas Zimmermann2023-02-201-4/+16
* drm: Fix comment on mode parsingThomas Zimmermann2023-02-201-2/+1
* drm: Include <video/cmdline.h> for mode parsingThomas Zimmermann2023-02-201-3/+6
* fbdev: Handle video= parameter in video/cmdline.cThomas Zimmermann2023-02-201-1/+1
* 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-161-1/+1
* drm/vmwgfx: Do not drop the reference to the handle too soonZack Rusin2023-02-157-10/+20
* drm/vmwgfx: Stop accessing buffer objects which failed initZack Rusin2023-02-152-3/+5
* drm/vmwgfx: Make the driver work without the dummy resourcesZack Rusin2023-02-142-5/+16