summaryrefslogtreecommitdiff
path: root/src/drmmode_display.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-03-23Make Option "TearFree" effective for rotated/reflected outputs as wellMichel Dänzer1-12/+129
2016-03-23Consolidate pScreen usage in drmmode_set_mode_majorMichel Dänzer1-7/+5
2016-03-23Remove check for XF86_CRTC_VERSION 3Michel Dänzer1-4/+1
2016-03-23Deal with modesets and page flips crossing on a CRTCMichel Dänzer1-0/+13
2016-03-23Make DRM event queue xf86CrtcPtr based instead of ScrnInfoPtr basedMichel Dänzer1-53/+33
2016-03-23Fix RandR CRTC transformsMichel Dänzer1-1/+17
2016-03-18Build RandR 1.4 provider name from chipset name and bus IDMichel Dänzer1-1/+12
2016-02-27Make amdgpu_do_pageflip take a pixmap instead of a BOMichel Dänzer1-20/+10
2016-02-16HAS_DIRTYTRACKING_ROTATION also supports multiple CRTCsMichel Dänzer1-1/+1
2016-01-29Only map front buffer if glamor acceleration is disabled (v2)Michel Dänzer1-1/+1
2016-01-13Initialize drmmode_crtc dpms_mode to DPMSModeOffMykola Lysenko1-0/+1
2015-12-24Check for NULL koutput in drmmode_output_dpmsMykola Lysenko1-0/+3
2015-11-19Handle failures in setting a CRTC to a DRM mode properlyStephen Chandler Paul1-7/+8
2015-11-19Call xf86CrtcRotate from initial drmmode_set_desired_modes callMichel Dänzer1-0/+2
2015-11-19Prefer drmModeSetCursor2 over drmModeSetCursorMichel Dänzer1-0/+17
2015-10-30Remove info->dri2.drm_fd and info->drmmode->fdMichel Dänzer1-53/+63
2015-10-21Revert "Handle RandR CRTC transforms properly"Michel Dänzer1-10/+1
2015-10-15Handle RandR CRTC transforms properlyMichel Dänzer1-1/+10
2015-10-14Properly handle drmModeAddFB failure in drmmode_crtc_scanout_allocateMichel Dänzer1-0/+3
2015-10-14Eliminate redundant data parameter from drmmode_crtc_scanout_createMichel Dänzer1-7/+9
2015-10-07Don't advertise rotation support without hardware acceleration v2Michel Dänzer1-9/+9
2015-10-07Simplify drmmode_set_mode_major() and avoid leaking memory.Tom St Denis1-8/+7
2015-10-07Avoid NULL dereference if drmmode_crtc_scanout_allocate failsTom St Denis1-1/+4
2015-10-06cleanup the entity recTom St Denis1-1/+1
2015-10-06present: Fall back to modeset for unflip operationTom St Denis1-4/+15
2015-10-06Move amdgpu_drm_handler/abort_proc fields to drmmode_flipdata_reTom St Denis1-6/+6
2015-10-06Simplify amdgpu_do_pageflip() error handling slightly moreTom St Denis1-22/+20
2015-10-06Increase robustness against DRM page flip ioctl failuresTom St Denis1-21/+25
2015-10-05Avoid leaking memory on output.Tom St Denis1-0/+4
2015-10-05add support for DP 1.2 display hotplugTom St Denis1-39/+205
2015-10-05move output name creation to its own functionTom St Denis1-14/+42
2015-10-05stop caching mode resourcesTom St Denis1-18/+22
2015-09-11Avoid use-after-free in drmmode_output_destroy()Tom St Denis1-1/+1
2015-08-11Wait for scanout BO initialization to finish before setting modeMichel Dänzer1-2/+3
2015-08-07On screen resize, clear the new buffer before displaying itMichel Dänzer1-3/+18
2015-08-07Make drmmode_copy_fb() work with glamorMichel Dänzer1-6/+107
2015-08-07Update scanout pixmap contents before setting a mode with itMichel Dänzer1-0/+2
2015-08-07Defer initial modeset until the first BlockHandler invocationMichel Dänzer1-10/+20
2015-08-07Defer initial drmmode_copy_fb call until root window creationMichel Dänzer1-5/+0
2015-08-07Only copy fbcon BO contents if bgNoneRoot is TRUEMichel Dänzer1-1/+8
2015-07-15Allow/Fix use of multiple ZaphodHead outputs per x-screen.Mario Kleiner1-12/+32
2015-07-14Adopt for new X server dirty tracking APIs.Dave Airlie1-1/+3
2015-07-09Do not try to enable already enabled CRTCs in DPMS hookPiotr Redlewski1-1/+1
2015-06-29Enable/disable CRTCs in DPMS hookPiotr Redlewski1-1/+10
2015-06-16Handle CRTC DPMS from output DPMS hooksMichel Dänzer1-2/+15