aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.get_maintainer.ignore (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2023-03-03ttm/ttm_device.h: fix a trival typosuijingfeng1-1/+1
2023-03-02drm/bridge: tc358762: Set pre_enable_prev_firstDouglas Anderson1-0/+1
2023-03-02MAINTAINERS: Add myself as maintainer for DRM Panels driversNeil Armstrong1-1/+1
2023-03-01drm/radeon: Use the drm suballocation manager implementation.Maarten Lankhorst6-356/+57
2023-03-01drm/amd: Convert amdgpu to use suballocation helper.Maarten Lankhorst6-337/+45
2023-03-01drm/suballoc: Extract amdgpu_sa.c as generic suballocation helperMaarten Lankhorst4-0/+572
2023-03-01drm/edid: Fix csync detailed mode parsingVille Syrjälä2-11/+30
2023-03-01drm/ast: Rename to_ast_private() to to_ast_device()Thomas Zimmermann7-46/+46
2023-03-01drm/ast: Rename struct ast_private to struct ast_deviceThomas Zimmermann9-150/+150
2023-03-01drm/ast: Rework definition of I/O read and write helpersThomas Zimmermann1-34/+14
2023-03-01drm/ast: Remove little-endianism from I/O helpersThomas Zimmermann1-1/+3
2023-02-28drm/vc4: replace obj lookup steps with drm_gem_objects_lookupMaíra Canal1-41/+2
2023-02-28drm/vc4: replace drm_gem_dma_object for drm_gem_object in vc4_exec_infoMaíra Canal3-23/+20
2023-02-28Revert "drm/shmem-helper: Switch to reservation lock"Thomas Zimmermann6-91/+148
2023-02-27drm/connector: print max_requested_bpc in state debugfsHarry Wentland1-0/+1
2023-02-27drm/display: Don't block HDR_OUTPUT_METADATA on unknown EOTFHarry Wentland1-4/+2
2023-02-27drm/probe-helper: Cancel previous job before starting new oneDom Cobley1-2/+3
2023-02-27drm/shmem-helper: Switch to reservation lockDmitry Osipenko6-148/+91
2023-02-27drm/shmem-helper: Don't use vmap_use_count for dma-bufsDmitry Osipenko1-14/+15
2023-02-27drm/shmem-helper: Switch to use drm_* debug helpersDmitry Osipenko1-16/+22
2023-02-27drm/shmem-helper: Put booleans in the end of struct drm_gem_shmem_objectDmitry Osipenko1-15/+15
2023-02-27drm/gem: Add evict() callback to drm_gem_object_funcsDmitry Osipenko2-0/+30
2023-02-27drm/virtio: use strscpy() to instead of strncpy()Xu Panda1-2/+1
2023-02-27drm/edid: parse Tiled Display Topology Data Block for DisplayID 2.0Jani Nikula1-1/+10
2023-02-27drm/edid: update non-desktop use also from DisplayIDJani Nikula1-0/+25
2023-02-27drm/displayid: provide access to DisplayID version and primary use caseJani Nikula2-1/+41
2023-02-27drm/displayid: return struct displayid_header from validate_displayid()Jani Nikula1-9/+8
2023-02-27drm/displayid: add displayid_get_header() and check bounds betterJani Nikula1-1/+16
2023-02-24drm/v3d: Use drm_sched_job_add_syncobj_dependency()Maíra Canal1-18/+8
2023-02-24drm/panfrost: Use drm_sched_job_add_syncobj_dependency()Maíra Canal1-9/+2
2023-02-24drm/sched: Create wrapper to add a syncobj dependency to jobMaíra Canal2-0/+35
2023-02-23drm/radeon: handle NULL bo->resource in move callbackMatthew Auld1-1/+2
2023-02-23drm/qxl: handle NULL bo->resource in move callbackMatthew Auld1-0/+11
2023-02-23drm/gem-vram: handle NULL bo->resource in move callbackMatthew Auld2-2/+13
2023-02-21drm/nouveau/kms/nv50: fix nv50_wndw_new_ prototypeJiri Slaby (SUSE)1-2/+3
2023-02-20drm/tidss: Implement struct drm_plane_helper_funcs.atomic_enableThomas Zimmermann1-0/+11
2023-02-20drm/tidss: Remove return values from dispc_plane_{setup, enable}()Thomas Zimmermann3-22/+9
2023-02-20drm/mgag200: Implement struct drm_plane_helper_funcs.atomic_enableThomas Zimmermann2-7/+15
2023-02-20drm/mgag200: Remove disable handling from atomic_updateThomas Zimmermann1-3/+0
2023-02-20drm/ast: Implement struct drm_plane_helper_funcs.atomic_enableThomas Zimmermann1-8/+20
2023-02-20drm/atomic-helper: Add atomic_enable plane-helper callbackThomas Zimmermann3-5/+70
2023-02-20drm: Fix comment on mode parsingThomas Zimmermann1-2/+1
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 Zimmermann8-88/+172
2023-02-20fbdev: Move option-string lookup into helperThomas Zimmermann1-24/+36
2023-02-20fbdev: Unexport fb_mode_optionThomas Zimmermann2-4/+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