summaryrefslogtreecommitdiff
path: root/drm-atomic.c
Commit message (Expand)AuthorAgeFilesLines
* surfaceless supportRob Clark2020-09-021-3/+14
* kmscube: add AMD_performance_monitor supportRob Clark2020-03-071-0/+5
* kmscube: also print final fps stat at exitRob Clark2020-03-071-0/+6
* kmscube: add option to run for specified # of framesRob Clark2020-03-071-3/+4
* add fps reportingRob Clark2020-03-071-0/+20
* atomic: allow user input to trigger exitRob Clark2020-03-071-0/+12
* kmscube: add command-line selection of video modeAntonio Borneo2019-07-231-2/+2
* drm-atomic: fix allocation sizeEric Engestrom2019-01-231-1/+1
* helper to check for egl entrypointsRob Clark2017-05-081-3/+5
* drm-atomic: Fix the slashes, dammitBen Widawsky2017-05-021-22/+21
* drm-atomic: check for valid GBM BOLucas Stach2017-05-021-0/+4
* atomic: Use normal rendering loop for modesetDaniel Stone2017-05-021-20/+10
* atomic: Use CPU-side KMS fence synchronisationDaniel Stone2017-05-021-1/+20
* drm-atomic: init out_fence_fd to -1Lucas Stach2017-04-291-2/+3
* drm: Provide a failure path when getting the fbBen Widawsky2017-04-141-0/+9
* drm-atomic.c: remove unused variables `gpu_fence_fd`, `kms_fence_fd`Eric Engestrom2017-03-151-4/+0
* drm-atomic.c: remove unused variables `i`Eric Engestrom2017-03-151-2/+1
* drm-atomic.c: fix signed comparisonEric Engestrom2017-03-151-1/+1
* Rename drm.[ch] to drm-common.[ch]Emil Velikov2017-03-131-1/+1
* drm-atomic: Include <stdlib.h> header fileFabio Estevam2017-03-101-0/+1
* add atomic kms supportRob Clark2017-02-251-0/+388