OSDN Git Service

kmsro: Move DRM entrypoints to shared block
authorAlyssa Rosenzweig <alyssa@rosenzweig.io>
Tue, 5 Feb 2019 02:25:01 +0000 (02:25 +0000)
committerAlyssa Rosenzweig <alyssa@rosenzweig.io>
Thu, 7 Feb 2019 01:50:16 +0000 (01:50 +0000)
commit8f9f99d84d88b5ed7ee93d3e80fc00c281149201
tree783d44a1ed1c5dd72116d00eb51892934b0967fb
parent5b6f522fc29f4c8bbadd0466b6f61c1876c95807
kmsro: Move DRM entrypoints to shared block

As kmsro allows an essentially mix-and-match hodgepodge of display
drivers and renderonly GPUs, it doesn't make sense to couple the display
driver entrypoint definition with the driver. Instead, we move *all*
kmsro entrypoints to a shared kmsro block at the end (avoiding clutter
and distraction since this list may snowball in the future).

v2: Alphabetize driver list.

Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Reviewed-by: Eric Anholt <eric@anholt.net>
src/gallium/targets/dri/target.c