summaryrefslogtreecommitdiff
path: root/src/drmmode_display.c
AgeCommit message (Expand)Author
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
2016-03-01Deal with modesets and page flips crossing on a CRTCMichel Dänzer
2016-02-27Make DRM event queue xf86CrtcPtr based instead of ScrnInfoPtr basedMichel Dänzer
2016-02-17Initialize drmmode_crtc dpms_mode to DPMSModeOffMykola Lysenko
2016-01-20Set RADEON_GEM_NO_CPU_ACCESS flag for BOs which don't need CPU accessMichel Dänzer
2016-01-18Fix RandR CRTC transformsMichel Dänzer
2015-12-25Build RandR 1.4 provider name from chipset name and bus IDMichel Dänzer
2015-12-24HAS_DIRTYTRACKING_ROTATION also supports multiple CRTCsMichel Dänzer
2015-11-12Remove duplicate free(output_ids) callMichel Dänzer
2015-11-12Properly handle drmModeAddFB failure in drmmode_crtc_scanout_allocateMichel Dänzer
2015-11-12Eliminate redundant data parameter from drmmode_crtc_scanout_createMichel Dänzer
2015-11-12Don't advertise rotation support without hardware acceleration v2Michel Dänzer
2015-11-12Simplify drmmode_set_mode_major() and avoid leaking memory.Tom St Denis
2015-10-26Handle failures in setting a CRTC to a DRM mode properlyStephen Chandler Paul
2015-10-16Call xf86CrtcRotate from initial drmmode_set_desired_modes callMichel Dänzer
2015-10-02Only align screen / scanout pixmap height where necessaryMichel Dänzer
2015-08-07Wait for scanout BO initialization to finish before setting modeMichel Dänzer
2015-07-28radeon: cleanup the entity recDave Airlie
2015-07-10radeon: adopt for new X server dirty tracking APIs.Dave Airlie
2015-07-08present: Fall back to modeset for unflip operationMichel Dänzer
2015-07-07Do not try to enable already enabled CRTCs in DPMS hookPiotr Redlewski
2015-06-25Disable CRTCs when disabling the outputsPiotr Redlewski
2015-06-22Don't set TILE_SPLIT flags if surface.tile_split == 0.Mario Kleiner
2015-06-11Allow/Fix use of multiple ZaphodHead outputs per x-screen. (v2)Mario Kleiner
2015-04-28Skip disabled CRTCs in drmmode_set_desired_modes() even if set_hw == FALSEMichel Dänzer
2015-04-27Don't call radeon_get_pixmap_private() when using EXAMichel Dänzer
2015-04-23On screen resize, clear the new buffer before displaying itMichel Dänzer
2015-04-23Make drmmode_copy_fb() work with glamor as wellMichel Dänzer
2015-04-23Update scanout pixmap contents before setting a mode with itMichel Dänzer
2015-04-23Defer initial modeset until the first BlockHandler invocationMichel Dänzer