summaryrefslogtreecommitdiff
path: root/src/drmmode_display.c
AgeCommit message (Expand)Author
2016-11-29Take current scanout_id into account everywhere involved with TearFreeMichel Dänzer
2016-11-25Add radeon_is_gpu_screen helperMichel Dänzer
2016-11-24Pass fb_id into drmmode_page_flip_target_absolute/relativeMichel Dänzer
2016-11-18Use DRM_MODE_PAGE_FLIP_TARGET_ABSOLUTE/RELATIVE flags when availableMichel Dänzer
2016-11-10Use pRADEONEnt to find both screens of a GPU in radeon_mode_hotplugMichel Dänzer
2016-11-10Refactor radeon_mode_hotplugMichel Dänzer
2016-11-01Check Xorg version at runtime instead of build time in two placesMichel Dänzer
2016-10-27Require xserver 1.10 or newerMichel Dänzer
2016-10-26Consume all available udev events at onceMichel Dänzer
2016-10-26Always call PixmapStopDirtyTracking in drmmode_set_scanout_pixmapMichel Dänzer
2016-10-25Don't rely on randr_crtc->scanout_pixmap in drmmode_set_scanout_pixmapMichel Dänzer
2016-10-19Enable HW cursor support with PRIME slave output & Xorg > 1.18.99.901Michel Dänzer
2016-10-13Restore location of radeon_set_pixmap_bo call in drmmode_create_bo_pixmapMichel Dänzer
2016-10-06Rotate and reflect cursor hotspot position for drmModeSetCursor2Michel Dänzer
2016-09-21Make the dedicated scanout mechanism work with arbitrary transformsMichel Dänzer
2016-09-21Remove drmmode_load_paletteMichel Dänzer
2016-09-21Make sure drmmode_crtc->scanout[] are destroyed when not neededMichel Dänzer
2016-09-21Simplify drmmode_set_mode_major error handlingMichel Dänzer
2016-09-21Only add main fb if necessaryHans de Goede
2016-09-21Remove unnecessary fb addition from drmmode_xf86crtc_resizeHans de Goede
2016-09-21Propagate failure from radeon_set_pixmap_boMichel Dänzer
2016-09-15Fix radeon_mode_hotplug crash on multi GPU platform.Qiang Yu
2016-09-14Destroy all dedicated scanout buffers during CloseScreenMichel Dänzer
2016-09-06Make TearFree effective with PRIME slave scanoutMichel Dänzer
2016-09-06Synchronize scanout pixmaps for TearFreeMichel Dänzer
2016-08-26Fix build against xserver < 1.13Michel Dänzer
2016-08-26Also handle disabled CRTCs in drmmode_clear_pending_flipMichel Dänzer
2016-08-26Don't override crtc parameter value in drmmode_flip_handler/abortMichel Dänzer
2016-08-25Also call drmmode_clear_pending_flip from radeon_scanout_flip_abortMichel Dänzer
2016-08-17Use drmmode_crtc_scanout_* helpers for RandR 1.4 scanout pixmapsMichel Dänzer
2016-08-03Wait for pending flips to complete before turning off an output or CRTCMichel Dänzer
2016-07-22Don't enable micro-tiling for scanout buffers on pre-R600Michel Dänzer
2016-07-22Add explicit RADEON_DRM_QUEUE_ERROR defineMichel Dänzer
2016-07-20Adapt to video API 22Keith Packard
2016-06-24Only use RandR APIs if RandR is enabledMichel Dänzer
2016-06-21Adapt to XF86_CRTC_VERSION 7Michel Dänzer
2016-05-12Explicitly set the fbcon pixmap pitch againMichel Dänzer
2016-04-19Handle Zaphod mode correctly in radeon_mode_hotplugMichel Dänzer
2016-04-12Add support for async flips to radeon_do_pageflipMichel Dänzer
2016-04-01Identify DRM event queue entries by sequence number instead of by pointerMichel Dänzer
2016-03-31Update pixmap pitch in radeon_set_pixmap_boMichel Dänzer
2016-03-24Fix build against older versions of xserverMichel Dänzer
2016-03-24Use radeon_alloc_pixmap_bo for allocating scanout BOsMichel Dänzer
2016-03-23Check for xf86CursorResetCursorMichel Dänzer
2016-03-23Don't try DRI2/Present flipping while the HW cursor can't be usedMichel Dänzer
2016-03-23Factor out HW cursor checking code into drmmode_can_use_hw_cursorMichel Dänzer
2016-03-23Use correct tiling in drmmode_create_bo_pixmapRyan Kennedy
2016-03-09Make Option "TearFree" effective for rotated/reflected outputs as well (v2)Michel Dänzer
2016-03-09Consolidate pScreen usage in drmmode_set_mode_majorMichel Dänzer
2016-03-08Remove check for XF86_CRTC_VERSION 3Michel Dänzer