[igt-dev] [PATCH i-g-t 8/9] trace.pl: Basic preemption support

John Harrison John.C.Harrison at Intel.com
Fri Jul 13 00:54:25 UTC 2018


On 7/12/2018 3:59 AM, Tvrtko Ursulin wrote:
> From: Tvrtko Ursulin <tvrtko.ursulin at intel.com>
>
> Just forget about earlier request_in events.
>
> Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin at intel.com>
> ---
>   scripts/trace.pl | 4 +++-
>   1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/scripts/trace.pl b/scripts/trace.pl
> index 33045f3264f2..43c68001d768 100755
> --- a/scripts/trace.pl
> +++ b/scripts/trace.pl
> @@ -438,7 +438,9 @@ while (<>) {
>   	} elsif ($tp_name eq 'i915:i915_request_in:') {
>   		my %req;
>   
> -		die if exists $db{$key};
> +		# preemption
> +		delete $db{$key} if exists $db{$key};
> +
>   		die unless exists $queue{$key};
>   		die unless exists $submit{$key};
>   

Reviewed-by: John Harrison <John.C.Harrison at Intel.com>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/igt-dev/attachments/20180712/4ea1af43/attachment.html>


More information about the igt-dev mailing list