summaryrefslogtreecommitdiff
path: root/src/drmmode_display.c
AgeCommit message (Expand)Author
2017-05-26Use reference counting for tracking KMS framebuffer lifetimesMichel Dänzer
2017-05-24Simplify tracking of PRIME scanout pixmapMichel Dänzer
2017-05-10Remove unused struct members from drmmode_display.hMichel Dänzer
2017-05-02Apply gamma correction to HW cursorMichel Dänzer
2017-04-17Don't set modes before AMDGPUWindowExposures_oneshot is calledMichel Dänzer
2017-04-10Set correct DRM event context versionDaniel Stone
2017-03-07Don't call amdgpu_glamor_flush in drmmode_copy_fbMichel Dänzer
2017-03-03Use drmmode_crtc_scanout_free in drmmode_finiMichel Dänzer
2017-03-03Allow toggling TearFree at runtime via output propertyMichel Dänzer
2017-03-03Factor out drmmode_crtc_scanout_update helperMichel Dänzer
2017-03-03Don't destroy current FB if drmModeAddFB failsMichel Dänzer
2017-03-03Fix flip event data leak if calloc or drmModeAddFB failsMichel Dänzer
2017-03-03Handle rotation in the driver also with Xorg 1.12-1.18Michel Dänzer
2017-03-03Fold drmmode_crtc_scanout_allocate into drmmode_crtc_scanout_createMichel Dänzer
2017-03-02Call drmmode_crtc_scanout_create in drmmode_crtc_shadow_allocate as wellMichel Dänzer
2017-01-06Pass pitch from drmmode_crtc_scanout_allocate to drmmode_create_bo_pixmapMichel Dänzer
2016-12-15Simplify drmmode_handle_ueventsMichel Dänzer
2016-12-14udev_monitor_receive_device() will block when hotplug monitorjimqu
2016-11-30Take current scanout_id into account everywhere involved with TearFreeMichel Dänzer
2016-11-28Add amdgpu_is_gpu_screen helperMichel Dänzer
2016-11-22Use DRM_MODE_PAGE_FLIP_TARGET_ABSOLUTE/RELATIVE flags when availableMichel Dänzer
2016-11-16Use pAMDGPUEnt to find both screens of a GPU in amdgpu_mode_hotplugMichel Dänzer
2016-11-10Refactor amdgpu_mode_hotplugMichel Dänzer
2016-11-02Check Xorg version at runtime instead of build time in two placesMichel Dänzer
2016-11-02Require xserver 1.10 or newerMichel Dänzer
2016-10-27Consume all available udev events at onceMichel Dänzer
2016-10-27Always call PixmapStopDirtyTracking in drmmode_set_scanout_pixmapMichel Dänzer
2016-10-26Don't rely on randr_crtc->scanout_pixmap in drmmode_set_scanout_pixmapMichel Dänzer
2016-10-06Enable HW cursor support with PRIME slave output & Xorg > 1.18.99.901Michel Dänzer
2016-10-05Rotate and reflect cursor hotspot position for drmModeSetCursor2Michel Dänzer
2016-09-09Make TearFree effective with PRIME slave scanoutMichel Dänzer
2016-09-09Synchronize scanout pixmaps for TearFreeMichel Dänzer
2016-09-09Use drmmode_crtc_scanout_* helpers for RandR 1.4 scanout pixmapsMichel Dänzer
2016-09-09Wait for pending flips to complete before turning off an output or CRTCMichel Dänzer
2016-09-07Add explicit AMDGPU_DRM_QUEUE_ERROR defineMichel Dänzer
2016-07-20Fix amdgpu_mode_hotplug crash on multi GPU platform.Qiang Yu
2016-07-19Use NotifyFd for drm fdKeith Packard
2016-07-12Only use RandR APIs if RandR is enabledMichel Dänzer
2016-06-24Make the dedicated scanout mechanism work with arbitrary transforms v2Michel Dänzer
2016-06-24Destroy all dedicated scanout buffers during CloseScreenMichel Dänzer
2016-06-23Remove drmmode_load_paletteMichel Dänzer
2016-06-23Make sure drmmode_crtc->scanout[] are destroyed when not neededMichel Dänzer
2016-06-23Simplify drmmode_set_mode_major error handlingMichel Dänzer
2016-06-23Only add main fb if necessaryHans de Goede
2016-06-23Remove unnecessary fb addition from drmmode_xf86crtc_resizeHans de Goede
2016-06-23Call amdgpu_glamor_create_screen_resources after ModifyPixmapHeaderMichel Dänzer
2016-06-21Adapt to XF86_CRTC_VERSION 7Michel Dänzer
2016-06-16Propagate failure from amdgpu_set_pixmap_boMichel Dänzer
2016-06-15glamor: Make amdgpu_glamor_create_textured_pixmap take amdgpu_buffer*Michel Dänzer
2016-05-13Handle Zaphod mode correctly in amdgpu_mode_hotplugMichel Dänzer