summaryrefslogtreecommitdiff
path: root/drm-atomic.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-26kmscube: Add [-n N] option to specify connector IDRalph Campbell1-2/+2
2020-09-02surfaceless supportRob Clark1-3/+14
2020-03-07kmscube: add AMD_performance_monitor supportRob Clark1-0/+5
2020-03-07kmscube: also print final fps stat at exitRob Clark1-0/+6
2020-03-07kmscube: add option to run for specified # of framesRob Clark1-3/+4
2020-03-07add fps reportingRob Clark1-0/+20
2020-03-07atomic: allow user input to trigger exitRob Clark1-0/+12
2019-07-23kmscube: add command-line selection of video modeAntonio Borneo1-2/+2
2019-01-23drm-atomic: fix allocation sizeEric Engestrom1-1/+1
2017-05-08helper to check for egl entrypointsRob Clark1-3/+5
2017-05-02drm-atomic: Fix the slashes, dammitBen Widawsky1-22/+21
2017-05-02drm-atomic: check for valid GBM BOLucas Stach1-0/+4
2017-05-02atomic: Use normal rendering loop for modesetDaniel Stone1-20/+10
2017-05-02atomic: Use CPU-side KMS fence synchronisationDaniel Stone1-1/+20
2017-04-29drm-atomic: init out_fence_fd to -1Lucas Stach1-2/+3
2017-04-14drm: Provide a failure path when getting the fbBen Widawsky1-0/+9
2017-03-15drm-atomic.c: remove unused variables `gpu_fence_fd`, `kms_fence_fd`Eric Engestrom1-4/+0
2017-03-15drm-atomic.c: remove unused variables `i`Eric Engestrom1-2/+1
2017-03-15drm-atomic.c: fix signed comparisonEric Engestrom1-1/+1
2017-03-13Rename drm.[ch] to drm-common.[ch]Emil Velikov1-1/+1
2017-03-10drm-atomic: Include <stdlib.h> header fileFabio Estevam1-0/+1
2017-02-25add atomic kms supportRob Clark1-0/+388