drm/linux/tasklets: queue new requests after existing ones
commite071d3662a928f501552be89f2e1523d77880346
authorFrançois Tigeot <ftigeot@wolfpond.org>
Wed, 13 May 2020 09:16:19 +0000 (13 11:16 +0200)
committerFrançois Tigeot <ftigeot@wolfpond.org>
Wed, 13 May 2020 09:16:19 +0000 (13 11:16 +0200)
treeed32b2c9ff6742311ea2fa85765024f827bf1fad
parenta4527c0f738aaa54419ce99ae3575f8440053a63
drm/linux/tasklets: queue new requests after existing ones

* The i915 driver expects its requests to be processed in the same
  order they were submitted

* Insert new tasklets at the tail of regular and high priority lists
sys/dev/drm/linux_tasklet.c