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-03-02Disable all unused CRTCs before setting desired modesMichel Dänzer
2018-02-16Don't bail from drmmode_set_desired_modes immediatelyMichel Dänzer
2018-01-25Always use screen depth/bpp for KMS framebuffersMichel Dänzer
2018-01-22Skip xf86HandleColormaps() at color depth 30. (v2)Mario Kleiner
2018-01-22Define per x-screen individual drmmode_crtc_funcsMario Kleiner
2017-12-28Keep 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-30modesetting: Skip no-longer-present connectors when resetting BAD linksKeith Packard
2017-10-30Always call drmModeFreeProperty after drmModeGetPropertyMichel Dänzer
2017-08-30Require xserver >= 1.13Michel Dänzer
2017-08-29Remove drmmode_scanout_freeMichel Dänzer
2017-08-29Make all active CRTCs scan out an all-black framebuffer in LeaveVTMichel Dänzer
2017-08-29Create drmmode_set_mode helperMichel Dänzer
2017-08-23Create radeon_pixmap_clear helperMichel Dänzer
2017-08-18modesetting: re-set the crtc's mode when link-status goes BADMartin Peres
2017-08-17Make radeon_scanout_do_update take a PixmapPtr instead of a DrawablePtrMichel Dänzer
2017-08-17Always allow Present page flipping with TearFreeMichel Dänzer
2017-08-17Pass extents to radeon_scanout_do_updateMichel Dänzer
2017-08-17Add source drawable parameter to radeon_scanout_do_updateMichel Dänzer
2017-08-17Handle multiple "pending" Present flipsMichel Dänzer
2017-08-17Wait for pending flips synchronously before turning off a CRTCMichel Dänzer
2017-08-17Create drmmode_crtc_wait_pending_event helper macroMichel Dänzer
2017-08-17Create drmmode_wait_vblank helperMichel Dänzer
2017-08-17Pass reference CRTC to radeon_do_pageflip directlyMichel Dänzer
2017-08-15Remove drmmode_crtc->scanout_destroy[] arrayMichel Dänzer
2017-08-15Adapt to PixmapDirtyUpdateRec::src being a DrawablePtrMichel Dänzer
2017-08-02Allow DRI page flipping when some CRTCs use separate scanout buffersMichel Dänzer
2017-07-28Use root window (pixmap) instead of screen pixmap for scanout updatesMichel Dänzer
2017-07-26Only handle reflection in the driver with Xorg < 1.16Michel Dänzer
2017-07-13If a TearFree flip fails, fall back to non-TearFree operationMichel Dänzer
2017-06-30Use pRADEONEnt->fd exclusively for the DRM file descriptorMichel Dänzer
2017-06-27Increase reference count of FB assigned to drmmode_crtc->flip_pendingMichel Dänzer
2017-06-15modesetting: Validate the atom for enum propertiesAdam Jackson
2017-05-11Remove unused struct members from drmmode_display.hMichel Dänzer
2017-05-11Simplify tracking of PRIME scanout pixmapMichel Dänzer
2017-05-11Use reference counting for tracking KMS framebuffer lifetimesMichel Dänzer
2017-05-11Pass pixmap instead of handle to radeon_do_pageflipMichel Dänzer
2017-05-09Apply gamma correction to HW cursorMichel Dänzer
2017-04-17Don't set modes before RADEONWindowExposures_oneshot is calledMichel Dänzer
2017-04-10Set correct DRM event context versionDaniel Stone
2017-03-02Don't call radeon_cs_flush_indirect & radeon_bo_wait in drmmode_copy_fbMichel Dänzer
2017-03-02Fix bogus indentationMichel Dänzer
2017-03-01Handle rotation in the driver also with Xorg 1.12-1.18Michel Dänzer
2017-03-01Fold drmmode_crtc_scanout_allocate into drmmode_crtc_scanout_createMichel Dänzer
2017-02-28Call drmmode_crtc_scanout_create in drmmode_crtc_shadow_allocate as wellMichel Dänzer
2017-02-22Use drmmode_crtc_scanout_free in drmmode_finiMichel Dänzer
2017-02-22Allow toggling TearFree at runtime via output propertyMichel Dänzer