summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2023-03-07drm/nouveau/hwmon: Use sysfs_emit in show function callsbacksDeepak R Varma1-5/+5
2023-03-06drm/virtio: Fix handling CONFIG_DRM_VIRTIO_GPU_KMS optionDmitry Osipenko1-8/+10
2023-03-06drm/meson/meson_venc: Relax the supported mode checksCarlo Caione1-2/+2
2023-03-05drm: remove outdated doc TODO for subconnector propertySimon Ser1-1/+0
2023-03-05drm: document connector margin propertiesSimon Ser1-4/+14
2023-03-03drm/virtio: Add option to disable KMS supportRob Clark4-9/+35
2023-03-03Merge tag 'drm-next-2023-03-03-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds49-149/+435
2023-03-03Merge tag 'amd-drm-fixes-6.3-2023-03-02' of https://gitlab.freedesktop.org/ag...Dave Airlie38-128/+409
2023-03-03Merge tag 'drm-intel-next-fixes-2023-02-27' of git://anongit.freedesktop.org/...Dave Airlie8-18/+23
2023-03-03Merge tag 'drm-misc-next-fixes-2023-02-28' of git://anongit.freedesktop.org/d...Dave Airlie3-3/+3
2023-03-02drm/bridge: tc358762: Set pre_enable_prev_firstDouglas Anderson1-0/+1
2023-03-02drm/amdgpu/vcn: fix compilation issue with legacy gccbobzhou1-1/+2
2023-03-02drm/amd/display: Extend Freesync over PCon support for more devicesSung Joon Kim1-0/+2
2023-03-02Revert "drm/amd/display: Do not set DRR on pipe commit"Aric Cyr1-0/+3
2023-03-02drm/amd/display: fix shift-out-of-bounds in CalculateVMAndRowBytesAlex Hung1-1/+4
2023-03-02drm/amd/display: Ext displays with dock can't recognized after resumeRyan Lin3-2/+11
2023-03-02drm/amdgpu: fix ttm_bo calltrace warning in psp_hw_finiHoratio Zhang1-3/+3
2023-03-02drm/amdgpu: remove unused variable ringTom Rix1-2/+0
2023-03-02drm/amd/display: fix dm irq error message in gpu recovertiancyin1-2/+2
2023-03-02drm/amd: Fix initialization for nbio 7.5.1Mario Limonciello1-0/+5
2023-03-02drm/amd/display: Don't restrict bpc to 8 bpcHarry Wentland1-1/+1
2023-03-02drm/amdgpu: Make umc_v8_10_convert_error_address static and remove unused var...Candice Li1-10/+5
2023-03-02drm/radeon: Fix eDP for single-display iMac11,2Mark Hawrylak1-2/+3
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 Lankhorst3-0/+464
2023-03-01drm/edid: Fix csync detailed mode parsingVille Syrjälä1-8/+21
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 Zimmermann5-90/+135
2023-02-28drm/shmem-helper: Revert accidental non-GPL exportAsahi Lina1-1/+1
2023-02-28drm: omapdrm: Do not use helper unininitialized in omap_fbdev_init()Nathan Chancellor1-1/+1
2023-02-28drm/connector: print max_requested_bpc in state debugfsHarry Wentland1-0/+1
2023-02-28drm/display: Don't block HDR_OUTPUT_METADATA on unknown EOTFHarry Wentland1-4/+2
2023-02-27Merge tag 'soc-drivers-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-3/+3
2023-02-27drm/probe-helper: Cancel previous job before starting new oneDom Cobley1-2/+3
2023-02-27drm/shmem-helper: Switch to reservation lockDmitry Osipenko5-135/+90
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/gem: Add evict() callback to drm_gem_object_funcsDmitry Osipenko1-0/+18
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 Nikula1-0/+30
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