summaryrefslogtreecommitdiff
path: root/src/drmmode_display.c
AgeCommit message (Expand)AuthorFilesLines
2016-09-21Make the dedicated scanout mechanism work with arbitrary transformsMichel Dänzer1-16/+7
2016-09-21Remove drmmode_load_paletteMichel Dänzer1-64/+1
2016-09-21Make sure drmmode_crtc->scanout[] are destroyed when not neededMichel Dänzer1-2/+5
2016-09-21Simplify drmmode_set_mode_major error handlingMichel Dänzer1-7/+3
2016-09-21Only add main fb if necessaryHans de Goede1-28/+16
2016-09-21Remove unnecessary fb addition from drmmode_xf86crtc_resizeHans de Goede1-8/+1
2016-09-21Propagate failure from radeon_set_pixmap_boMichel Dänzer1-12/+18
2016-09-15Fix radeon_mode_hotplug crash on multi GPU platform.Qiang Yu1-1/+2
2016-09-14Destroy all dedicated scanout buffers during CloseScreenMichel Dänzer1-0/+10
2016-09-06Make TearFree effective with PRIME slave scanoutMichel Dänzer1-5/+28
2016-09-06Synchronize scanout pixmaps for TearFreeMichel Dänzer1-48/+47
2016-08-26Fix build against xserver < 1.13Michel Dänzer1-1/+4
2016-08-26Also handle disabled CRTCs in drmmode_clear_pending_flipMichel Dänzer1-3/+5
2016-08-26Don't override crtc parameter value in drmmode_flip_handler/abortMichel Dänzer1-7/+10
2016-08-25Also call drmmode_clear_pending_flip from radeon_scanout_flip_abortMichel Dänzer1-1/+1
2016-08-17Use drmmode_crtc_scanout_* helpers for RandR 1.4 scanout pixmapsMichel Dänzer1-52/+19
2016-08-03Wait for pending flips to complete before turning off an output or CRTCMichel Dänzer1-7/+47
2016-07-22Don't enable micro-tiling for scanout buffers on pre-R600Michel Dänzer1-5/+6
2016-07-22Add explicit RADEON_DRM_QUEUE_ERROR defineMichel Dänzer1-1/+1
2016-07-20Adapt to video API 22Keith Packard1-1/+21
2016-06-24Only use RandR APIs if RandR is enabledMichel Dänzer1-1/+1
2016-06-21Adapt to XF86_CRTC_VERSION 7Michel Dänzer1-5/+13
2016-05-12Explicitly set the fbcon pixmap pitch againMichel Dänzer1-3/+13
2016-04-19Handle Zaphod mode correctly in radeon_mode_hotplugMichel Dänzer1-10/+35
2016-04-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-31Update pixmap pitch in radeon_set_pixmap_boMichel Dänzer1-9/+2
2016-03-24Fix build against older versions of xserverMichel Dänzer1-4/+17
2016-03-24Use radeon_alloc_pixmap_bo for allocating scanout BOsMichel Dänzer1-15/+9
2016-03-23Check for xf86CursorResetCursorMichel Dänzer1-0/+2
2016-03-23Don't try DRI2/Present flipping while the HW cursor can't be usedMichel Dänzer1-1/+14
2016-03-23Factor out HW cursor checking code into drmmode_can_use_hw_cursorMichel Dänzer1-10/+29
2016-03-23Use correct tiling in drmmode_create_bo_pixmapRyan Kennedy1-3/+6
2016-03-09Make Option "TearFree" effective for rotated/reflected outputs as well (v2)Michel Dänzer1-11/+121
2016-03-09Consolidate pScreen usage in drmmode_set_mode_majorMichel Dänzer1-7/+5
2016-03-08Remove check for XF86_CRTC_VERSION 3Michel Dänzer1-4/+2
2016-03-01Deal with modesets and page flips crossing on a CRTCMichel Dänzer1-0/+13
2016-02-27Make DRM event queue xf86CrtcPtr based instead of ScrnInfoPtr basedMichel Dänzer1-51/+32
2016-02-17Initialize drmmode_crtc dpms_mode to DPMSModeOffMykola Lysenko1-0/+1
2016-01-20Set RADEON_GEM_NO_CPU_ACCESS flag for BOs which don't need CPU accessMichel Dänzer1-2/+4
2016-01-18Fix RandR CRTC transformsMichel Dänzer1-1/+16
2015-12-25Build RandR 1.4 provider name from chipset name and bus IDMichel Dänzer1-1/+12
2015-12-24HAS_DIRTYTRACKING_ROTATION also supports multiple CRTCsMichel Dänzer1-1/+1
2015-11-12Remove duplicate free(output_ids) callMichel Dänzer1-1/+0
2015-11-12Properly handle drmModeAddFB failure in drmmode_crtc_scanout_allocateMichel Dänzer1-1/+5
2015-11-12Eliminate redundant data parameter from drmmode_crtc_scanout_createMichel Dänzer1-6/+11
2015-11-12Don't advertise rotation support without hardware acceleration v2Michel Dänzer1-9/+10
2015-11-12Simplify drmmode_set_mode_major() and avoid leaking memory.Tom St Denis1-8/+7
2015-10-26Handle failures in setting a CRTC to a DRM mode properlyStephen Chandler Paul1-5/+8
2015-10-16Call xf86CrtcRotate from initial drmmode_set_desired_modes callMichel Dänzer1-0/+2