summaryrefslogtreecommitdiff
path: root/ether.conf
AgeCommit message (Collapse)AuthorFilesLines
2013-05-05misc: move file to source rootDaniel Borkmann1-0/+291
Only have Makefile specific folders in the project root where the binaries are stored, the rest should be part of the repository root. Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
/net-next.git/commit/?id=ba49b2f8237b0241fb86660812c0b235580ac182'>ba49b2f8237b0241fb86660812c0b235580ac182 (patch) treee18f6d40b8d0bb2c01f2cd81f31baa378f78d23b parente68a139f6bf38eb9fb8f61de8789870465c2ffaa (diff)
drm/i915: Only queue requests during execlists submission
Leave the more complicated request dequeueing to the tasklet and instead just kick start the tasklet if we detect we are adding the first request. v2: Play around with list operators until we agree upon something Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Cc: Mika Kuoppala <mika.kuoppala@intel.com> Reviewed-by: Mika Kuoppala <mika.kuoppala@intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/20160909131201.16673-2-chris@chris-wilson.co.uk
Diffstat
-rw-r--r--drivers/gpu/drm/i915/intel_lrc.c28
1 files changed, 4 insertions, 24 deletions
diff --git a/drivers/gpu/drm/i915/intel_lrc.c b/drivers/gpu/drm/i915/intel_lrc.c