summaryrefslogtreecommitdiff
path: root/Template
AgeCommit message (Expand)AuthorFilesLines
2014-09-09build: Don't overwrite CC variableTobias Klauser1-3/+3
2014-08-15build: Add build flag to enable sparse checking of C source filesTobias Klauser1-0/+1
2014-04-10build: add DESTDIR supportChristian Wiese1-5/+5
2013-07-30build: reduce Extra contents to bare minimumDaniel Borkmann1-1/+3
2013-07-24build: split build system into smaller manageable piecesDaniel Borkmann1-0/+23
tate from the global reset counter. The loss of atomicity in updating the reset state poses a small problem for handling the waiters. For requests, this is solved by advancing the seqno so that a waiter waking up after the reset knows the request is complete. For pending flips, we still rely on the increment of the global reset epoch (as well as the reset-in-progress flag) to signify when the hardware was reset. The advantage, now that we do not inspect the reset state during reset itself i.e. we no longer emit requests during reset, is that we can use the atomic updates of the state flags to ensure that only one reset worker is active. v2: Mika spotted that I transformed the i915_gem_wait_for_error() wakeup into a waiter wakeup. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Cc: Arun Siluvery <arun.siluvery@linux.intel.com> Cc: Mika Kuoppala <mika.kuoppala@intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/1470414607-32453-6-git-send-email-arun.siluvery@linux.intel.com Reviewed-by: Mika Kuoppala <mika.kuoppala@intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/20160909131201.16673-7-chris@chris-wilson.co.uk
Diffstat