summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-07-11dont use obsolete pict_f_transform alias anymoreEnrico Weigelt, metux IT consult
2024-05-15dont check for HAS_DIRTYTRACKING_ROTATION: it's always enabled.Enrico Weigelt, metux IT consult
2024-05-14drop compat with ancient xserver versionsEnrico Weigelt, metux IT consult
2024-01-24Handling of color management propertiesUday Kiran Pichika
2023-09-25Enable TearFree if it's set to auto and VariableRefresh is enabledHamza Mahfooz
2023-07-12Free output_idsChris Bainbridge
2023-07-11Fix segfault on dock suspend, unplug, resumeChris Bainbridge
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-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-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-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-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-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
2019-08-07present: Also check pixmap pitch in check_flip with current xserverMichel Dänzer
2019-07-05Don't disable page flipping completely with SW cursorMichel Dänzer
2019-06-25present: Check that we can get a KMS FB for flippingMichel Dänzer