summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-02-22Bump version for the 23.0.0 releasexf86-video-amdgpu-23.0.0Shashank Sharma
2022-12-05config: Add hotplug driver nameShashank Sharma
2022-11-11Fix primary output handling in amdgpu_crtc_covering_box().Mario Kleiner
2022-09-29Use DRM_CAP_CURSOR_WIDTH/HEIGHT if possiblePierre-Eric Pelloux-Prayer
2022-08-18gitlab CI: enable gitlab's builtin static analysisAlan Coopersmith
2022-08-18Fix screen corruption on secondary GPUtiancyin
2022-08-08Initialize present extension for GPU screenKai-Heng Feng
2022-04-20Do not consider disabled crtc anymore when looking for xf86crtc covering draw...Lukasz Spintzyk
2022-04-20Prefer crtc of primary output for synchronization when screen has to crtcs wi...Lukasz Spintzyk
2022-04-20Use randr_crtc_covering_drawable used in modesettingLukasz Spintzyk
2022-04-20amdgpu: fixup driver for new X server ABIŁukasz Spintzyk
2022-02-22Update URLs to reflect gitlab migrationAlan Coopersmith
2022-02-22Bump version for the 22.0.0 releasexf86-video-amdgpu-22.0.0Shashank Sharma
2022-02-16Build xz tarballs instead of bzip2Alan Coopersmith
2022-02-16glamor: unset AMDGPU_CREATE_PIXMAP_SCANOUT on shared pixmapJesse Zhang
2022-02-14Fix spelling/wording issuesAlan Coopersmith
2022-01-25Add option for non-vsynced flips for "secondary" outputs.Mario Kleiner
2021-08-27glamor: Set AMDGPU_CREATE_PIXMAP_SCANOUT on DRI2 and shared pixmapsDor Askayo
2021-07-30Bump version for the 21.0.0 releasexf86-video-amdgpu-21.0.0Alex Deucher
2021-04-27Include xf86drm.h instead of sarea.hMichel Dänzer
2021-02-02Drop dri.h includesMichel Dänzer
2020-12-14Fix drmmode_crtc_scanout_create logicLikun Gao
2020-08-28Check for AMDGPU_CREATE_PIXMAP_SCANOUT in amdgpu_glamor_create_pixmapMichel Dänzer
2020-07-17Replace a few more instances of "master"Michel Dänzer
2020-07-10Fix build against ABI_VIDEODRV_VERSION 25.2Michel Dänzer
2020-05-27Make drmmode_crtc_scanout_create/destroy staticMichel Dänzer
2020-05-27Drop struct drmmode_scanout altogether in favour of PixmapPtrsMichel Dänzer
2020-05-27Drop bo/width/height members from struct drmmode_scanoutMichel Dänzer
2020-05-27Fix return value check of drmIoctl()Niclas Zeising
2020-05-27gitlab CI: update to use the latest CI templatesPeter Hutterer
2020-04-21glamor: Make pixmap scanout compatible if its dimensions areMichel Dänzer
2020-03-18Handle NULL fb_ptr in pixmap_get_fbMichel Dänzer
2020-03-16Bail from amdgpu_pixmap_get_handle with ShadowFBMichel Dänzer
2020-03-16Factor out common code to amdgpu_probe()Emil Velikov
2020-03-16Introduce amdgpu_device_setup helperEmil Velikov
2020-03-16Kill off drmOpen/Close/drmSetInterfaceVersion in favour of drmDevicesEmil Velikov
2020-03-16Use the device_id straight from gpu_infoEmil Velikov
2020-03-16Reuse the existing busid stringEmil Velikov
2020-03-16Store the busid string in AMDGPUEntEmil Velikov
2020-03-16Remove NULL check after a "cannot fail" functionEmil Velikov
2020-03-16Fixup the amdgpu_bus_id() string formatEmil Velikov
2020-03-16Remove drmCheckModesettingSupported and kernel module loading, on LinuxEmil Velikov
2020-03-16Use ODEV_ATTRIB_PATH where possible for the device node.Emil Velikov
2020-02-05Fix link failure with gcc 10Adam Jackson
2019-11-22kms: Handle changes to SourceValidate call chain in xserver 19Adam Jackson
2019-10-11Bump version for the 19.1.0 releasexf86-video-amdgpu-19.1.0Michel Dänzer
2019-09-26Don't unreference FBs of pixmaps from different screens in LeaveVTMichel Dänzer
2019-09-18Don't set up black scanout buffer if LeaveVT is called from CloseScreenMichel Dänzer
2019-08-07present: Don't check pixmap pitch in check_flip with non-DC >= 3.34Michel Dänzer
2019-08-07present: Don't check pixmap pitch in check_flip with current DCMichel Dänzer