summaryrefslogtreecommitdiff
path: root/src/drmmode_display.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-07Don't call amdgpu_glamor_flush in drmmode_copy_fbMichel Dänzer1-2/+0
2017-03-03Use drmmode_crtc_scanout_free in drmmode_finiMichel Dänzer1-7/+2
2017-03-03Allow toggling TearFree at runtime via output propertyMichel Dänzer1-16/+146
2017-03-03Factor out drmmode_crtc_scanout_update helperMichel Dänzer1-36/+49
2017-03-03Don't destroy current FB if drmModeAddFB failsMichel Dänzer1-1/+2
2017-03-03Fix flip event data leak if calloc or drmModeAddFB failsMichel Dänzer1-1/+3
2017-03-03Handle rotation in the driver also with Xorg 1.12-1.18Michel Dänzer1-7/+5
2017-03-03Fold drmmode_crtc_scanout_allocate into drmmode_crtc_scanout_createMichel Dänzer1-49/+22
2017-03-02Call drmmode_crtc_scanout_create in drmmode_crtc_shadow_allocate as wellMichel Dänzer1-10/+17
2017-01-06Pass pitch from drmmode_crtc_scanout_allocate to drmmode_create_bo_pixmapMichel Dänzer1-12/+10
2016-12-15Simplify drmmode_handle_ueventsMichel Dänzer1-10/+4
2016-12-14udev_monitor_receive_device() will block when hotplug monitorjimqu1-3/+19
2016-11-30Take current scanout_id into account everywhere involved with TearFreeMichel Dänzer1-10/+10
2016-11-28Add amdgpu_is_gpu_screen helperMichel Dänzer1-4/+2
2016-11-22Use DRM_MODE_PAGE_FLIP_TARGET_ABSOLUTE/RELATIVE flags when availableMichel Dänzer1-11/+78
2016-11-16Use pAMDGPUEnt to find both screens of a GPU in amdgpu_mode_hotplugMichel Dänzer1-15/+8
2016-11-10Refactor amdgpu_mode_hotplugMichel Dänzer1-24/+33
2016-11-02Check Xorg version at runtime instead of build time in two placesMichel Dänzer1-4/+4
2016-11-02Require xserver 1.10 or newerMichel Dänzer1-7/+0
2016-10-27Consume all available udev events at onceMichel Dänzer1-5/+8
2016-10-27Always call PixmapStopDirtyTracking in drmmode_set_scanout_pixmapMichel Dänzer1-13/+11
2016-10-26Don't rely on randr_crtc->scanout_pixmap in drmmode_set_scanout_pixmapMichel Dänzer1-4/+13
2016-10-06Enable HW cursor support with PRIME slave output & Xorg > 1.18.99.901Michel Dänzer1-2/+3
2016-10-05Rotate and reflect cursor hotspot position for drmModeSetCursor2Michel Dänzer1-1/+31
2016-09-09Make TearFree effective with PRIME slave scanoutMichel Dänzer1-5/+28
2016-09-09Synchronize scanout pixmaps for TearFreeMichel Dänzer1-41/+39
2016-09-09Use drmmode_crtc_scanout_* helpers for RandR 1.4 scanout pixmapsMichel Dänzer1-54/+22
2016-09-09Wait for pending flips to complete before turning off an output or CRTCMichel Dänzer1-14/+59
2016-09-07Add explicit AMDGPU_DRM_QUEUE_ERROR defineMichel Dänzer1-1/+1
2016-07-20Fix amdgpu_mode_hotplug crash on multi GPU platform.Qiang Yu1-1/+2
2016-07-19Use NotifyFd for drm fdKeith Packard1-0/+16
2016-07-12Only use RandR APIs if RandR is enabledMichel Dänzer1-1/+1
2016-06-24Make the dedicated scanout mechanism work with arbitrary transforms v2Michel Dänzer1-16/+7
2016-06-24Destroy all dedicated scanout buffers during CloseScreenMichel Dänzer1-0/+10
2016-06-23Remove drmmode_load_paletteMichel Dänzer1-70/+1
2016-06-23Make sure drmmode_crtc->scanout[] are destroyed when not neededMichel Dänzer1-7/+7
2016-06-23Simplify drmmode_set_mode_major error handlingMichel Dänzer1-7/+2
2016-06-23Only add main fb if necessaryHans de Goede1-18/+21
2016-06-23Remove unnecessary fb addition from drmmode_xf86crtc_resizeHans de Goede1-15/+1
2016-06-23Call amdgpu_glamor_create_screen_resources after ModifyPixmapHeaderMichel Dänzer1-6/+9
2016-06-21Adapt to XF86_CRTC_VERSION 7Michel Dänzer1-5/+13
2016-06-16Propagate failure from amdgpu_set_pixmap_boMichel Dänzer1-13/+15
2016-06-15glamor: Make amdgpu_glamor_create_textured_pixmap take amdgpu_buffer*Michel Dänzer1-2/+1
2016-05-13Handle Zaphod mode correctly in amdgpu_mode_hotplugMichel Dänzer1-10/+34
2016-05-12Add support for async flips to radeon_do_pageflipMichel Dänzer1-2/+7
2016-04-01Identify DRM event queue entries by sequence number instead of by pointerMichel Dänzer1-10/+10
2016-03-25Fix build against older versions of xserverMichel Dänzer1-2/+15
2016-03-25Check for xf86CursorResetCursorMichel Dänzer1-0/+2
2016-03-25Don't try DRI2/Present flipping while the HW cursor can't be usedMichel Dänzer1-1/+14
2016-03-24Factor out HW cursor checking code into drmmode_can_use_hw_cursorMichel Dänzer1-10/+29