summaryrefslogtreecommitdiff
path: root/src/drmmode_display.c
AgeCommit message (Expand)Author
2018-03-02modesetting: Update property values at detect and uevent timeKeith Packard
2018-03-02modesetting: Reset output_id if drmModeGetConnector failedDaniel Martin
2018-03-02modesetting: Use helper to fetch drmModeProperty(Blob)sDaniel Martin
2018-02-16Disable all unused CRTCs before setting desired modesMichel Dänzer
2018-02-15Don't bail from drmmode_set_desired_modes immediatelyMichel Dänzer
2018-02-14Always use screen depth/bpp for KMS framebuffersMichel Dänzer
2018-02-14Disable gamma set when deep colorQiang Yu
2018-02-12Define per x-screen individual drmmode_crtc_funcsMario Kleiner
2017-12-27Keep track of how many SW cursors are visible on each screenMichel Dänzer
2017-11-01modesetting: Check crtc before searching link-status propertyDaniel Martin
2017-10-20modesetting: Skip no-longer-present connectors when resetting BAD linksKeith Packard
2017-10-20Always call drmModeFreeProperty after drmModeGetPropertyMichel Dänzer
2017-08-31Require xserver >= 1.13Michel Dänzer
2017-08-30Remove drmmode_scanout_freeMichel Dänzer
2017-08-30Make all active CRTCs scan out an all-black framebuffer in LeaveVTMichel Dänzer
2017-08-30Create drmmode_set_mode helperMichel Dänzer
2017-08-29Create amdgpu_pixmap_clear helperMichel Dänzer
2017-08-22modesetting: re-set the crtc's mode when link-status goes BADMartin Peres
2017-08-22Make amdgpu_scanout_do_update take a PixmapPtr instead of a DrawablePtrMichel Dänzer
2017-08-22Always allow Present page flipping with TearFreeMichel Dänzer
2017-08-22Pass extents to amdgpu_scanout_do_updateMichel Dänzer
2017-08-22Add source drawable parameter to amdgpu_scanout_do_updateMichel Dänzer
2017-08-22Handle multiple "pending" Present flipsMichel Dänzer
2017-08-22Wait for pending flips synchronously before turning off a CRTCMichel Dänzer
2017-08-22Create drmmode_crtc_wait_pending_event helper macroMichel Dänzer
2017-08-22Create drmmode_wait_vblank helperMichel Dänzer
2017-08-22Pass reference CRTC to amdgpu_do_pageflip directlyMichel Dänzer
2017-08-18Remove drmmode_crtc->scanout_destroy[] arrayMichel Dänzer
2017-08-15Adapt to PixmapDirtyUpdateRec::src being a DrawablePtrMichel Dänzer
2017-08-03Allow DRI page flipping when some CRTCs use separate scanout buffersMichel Dänzer
2017-08-02Use root window (pixmap) instead of screen pixmap for scanout updatesMichel Dänzer
2017-07-27Only handle reflection in the driver with Xorg < 1.16Michel Dänzer
2017-07-26If a TearFree flip fails, fall back to non-TearFree operationMichel Dänzer
2017-06-21Increase reference count of FB assigned to drmmode_crtc->flip_pendingMichel Dänzer
2017-06-15modesetting: Validate the atom for enum propertiesAdam Jackson
2017-05-26Use reference counting for tracking KMS framebuffer lifetimesMichel Dänzer
2017-05-24Simplify tracking of PRIME scanout pixmapMichel Dänzer
2017-05-10Remove unused struct members from drmmode_display.hMichel Dänzer
2017-05-02Apply gamma correction to HW cursorMichel Dänzer
2017-04-17Don't set modes before AMDGPUWindowExposures_oneshot is calledMichel Dänzer
2017-04-10Set correct DRM event context versionDaniel Stone
2017-03-07Don't call amdgpu_glamor_flush in drmmode_copy_fbMichel Dänzer
2017-03-03Use drmmode_crtc_scanout_free in drmmode_finiMichel Dänzer
2017-03-03Allow toggling TearFree at runtime via output propertyMichel Dänzer
2017-03-03Factor out drmmode_crtc_scanout_update helperMichel Dänzer
2017-03-03Don't destroy current FB if drmModeAddFB failsMichel Dänzer
2017-03-03Fix flip event data leak if calloc or drmModeAddFB failsMichel Dänzer
2017-03-03Handle rotation in the driver also with Xorg 1.12-1.18Michel Dänzer
2017-03-03Fold drmmode_crtc_scanout_allocate into drmmode_crtc_scanout_createMichel Dänzer
2017-03-02Call drmmode_crtc_scanout_create in drmmode_crtc_shadow_allocate as wellMichel Dänzer