summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-02-24gitlab CI: add builds against server-21.1-branchHEADmasterAlan Coopersmith2-44/+37
2024-01-24Handling of color management propertiesUday Kiran Pichika3-44/+69
2023-09-25Enable TearFree if it's set to auto and VariableRefresh is enabledHamza Mahfooz3-1/+7
2023-07-12Free output_idsChris Bainbridge1-2/+5
2023-07-11Fix segfault on dock suspend, unplug, resumeChris Bainbridge1-0/+3
2023-02-22Bump version for the 23.0.0 releasexf86-video-amdgpu-23.0.0Shashank Sharma1-1/+1
2022-12-05config: Add hotplug driver nameShashank Sharma1-1/+2
2022-11-11Fix primary output handling in amdgpu_crtc_covering_box().Mario Kleiner1-1/+1
2022-09-29Use DRM_CAP_CURSOR_WIDTH/HEIGHT if possiblePierre-Eric Pelloux-Prayer1-7/+20
2022-08-18gitlab CI: enable gitlab's builtin static analysisAlan Coopersmith1-0/+2
2022-08-18Fix screen corruption on secondary GPUtiancyin1-1/+1
2022-08-08Initialize present extension for GPU screenKai-Heng Feng1-23/+21
2022-04-20Do not consider disabled crtc anymore when looking for xf86crtc covering draw...Lukasz Spintzyk3-71/+26
2022-04-20Prefer crtc of primary output for synchronization when screen has to crtcs wi...Lukasz Spintzyk1-2/+10
2022-04-20Use randr_crtc_covering_drawable used in modesettingLukasz Spintzyk3-22/+135
2022-04-20amdgpu: fixup driver for new X server ABIŁukasz Spintzyk1-0/+3
2022-02-22Update URLs to reflect gitlab migrationAlan Coopersmith3-11/+7
2022-02-22Bump version for the 22.0.0 releasexf86-video-amdgpu-22.0.0Shashank Sharma1-1/+1
2022-02-16Build xz tarballs instead of bzip2Alan Coopersmith1-1/+1
2022-02-16glamor: unset AMDGPU_CREATE_PIXMAP_SCANOUT on shared pixmapJesse Zhang1-0/+1
2022-02-14Fix spelling/wording issuesAlan Coopersmith2-6/+6
2022-01-25Add option for non-vsynced flips for "secondary" outputs.Mario Kleiner5-2/+43
2021-08-27glamor: Set AMDGPU_CREATE_PIXMAP_SCANOUT on DRI2 and shared pixmapsDor Askayo1-9/+11
2021-07-30Bump version for the 21.0.0 releasexf86-video-amdgpu-21.0.0Alex Deucher1-1/+1
2021-04-27Include xf86drm.h instead of sarea.hMichel Dänzer1-1/+1
2021-02-02Drop dri.h includesMichel Dänzer2-3/+0
2020-12-14Fix drmmode_crtc_scanout_create logicLikun Gao1-1/+2
2020-08-28Check for AMDGPU_CREATE_PIXMAP_SCANOUT in amdgpu_glamor_create_pixmapMichel Dänzer1-1/+2
2020-07-17Replace a few more instances of "master"Michel Dänzer2-3/+3
2020-07-10Fix build against ABI_VIDEODRV_VERSION 25.2Michel Dänzer6-46/+52
2020-05-27Make drmmode_crtc_scanout_create/destroy staticMichel Dänzer3-35/+28
2020-05-27Drop struct drmmode_scanout altogether in favour of PixmapPtrsMichel Dänzer3-66/+57
2020-05-27Drop bo/width/height members from struct drmmode_scanoutMichel Dänzer3-70/+14
2020-05-27Fix return value check of drmIoctl()Niclas Zeising1-1/+1
2020-05-27gitlab CI: update to use the latest CI templatesPeter Hutterer1-19/+19
2020-04-21glamor: Make pixmap scanout compatible if its dimensions areMichel Dänzer4-13/+21
2020-03-18Handle NULL fb_ptr in pixmap_get_fbMichel Dänzer1-1/+1
2020-03-16Bail from amdgpu_pixmap_get_handle with ShadowFBMichel Dänzer1-3/+5
2020-03-16Factor out common code to amdgpu_probe()Emil Velikov1-70/+9
2020-03-16Introduce amdgpu_device_setup helperEmil Velikov1-28/+32
2020-03-16Kill off drmOpen/Close/drmSetInterfaceVersion in favour of drmDevicesEmil Velikov1-22/+48
2020-03-16Use the device_id straight from gpu_infoEmil Velikov2-11/+1
2020-03-16Reuse the existing busid stringEmil Velikov1-4/+2
2020-03-16Store the busid string in AMDGPUEntEmil Velikov3-28/+20
2020-03-16Remove NULL check after a "cannot fail" functionEmil Velikov1-6/+0
2020-03-16Fixup the amdgpu_bus_id() string formatEmil Velikov1-1/+1
2020-03-16Remove drmCheckModesettingSupported and kernel module loading, on LinuxEmil Velikov1-2/+2
2020-03-16Use ODEV_ATTRIB_PATH where possible for the device node.Emil Velikov1-2/+14
2020-02-05Fix link failure with gcc 10Adam Jackson1-1/+1
2019-11-22kms: Handle changes to SourceValidate call chain in xserver 19Adam Jackson1-1/+6