Message ID | 20220407152806.3387898-1-tvrtko.ursulin@linux.intel.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <dri-devel-bounces@lists.freedesktop.org> X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id D3EC8C4332F for <dri-devel@archiver.kernel.org>; Thu, 7 Apr 2022 15:28:21 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 2E7C510EB6F; Thu, 7 Apr 2022 15:28:18 +0000 (UTC) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by gabe.freedesktop.org (Postfix) with ESMTPS id 050F289CCE; Thu, 7 Apr 2022 15:28:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1649345297; x=1680881297; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=Lmekl74JyRAklWTLwRqUauiJGtCoAqF44WYvfFS0kHk=; b=GQUv11WF7x4HaV4pP8fhrBUak4yAFQ9zJ4F+wkZ/XV/So608qDOvAX+f +foMj6zGyVl+KhzLLMc93Li/c+ro/k2ERdRbpuCi/K+p4ktdCgAEoTl4k ZudGub1AnvzoDMLe54eF2bML7nqEZMgRH9ob/GQvA8gMlvc8nBzKcH+aD 3Ra27dpq90/hZq6Zrt3rxtdIasrPbmfX4RbQujVqRU72DpnvJeA2cFidR p3sBtF1lw+FLRwnnFIwgYZq59uuiakkdhfPUcEZWPr2PdPI/pQk4nQRFH NPGDtOh7j3UgemiND7f3U8I9tHcHDfsuq2J/FKAz0cDBY9qGKeUpOWnu/ g==; X-IronPort-AV: E=McAfee;i="6400,9594,10310"; a="261046707" X-IronPort-AV: E=Sophos;i="5.90,242,1643702400"; d="scan'208";a="261046707" Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Apr 2022 08:28:16 -0700 X-IronPort-AV: E=Sophos;i="5.90,242,1643702400"; d="scan'208";a="557412164" Received: from twsparks-mobl1.amr.corp.intel.com (HELO tursulin-mobl2.home) ([10.212.41.19]) by fmsmga007-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Apr 2022 08:28:14 -0700 From: Tvrtko Ursulin <tvrtko.ursulin@linux.intel.com> To: Intel-gfx@lists.freedesktop.org Subject: [PATCH 0/1] Inherit GPU scheduling priority from process nice Date: Thu, 7 Apr 2022 16:28:05 +0100 Message-Id: <20220407152806.3387898-1-tvrtko.ursulin@linux.intel.com> X-Mailer: git-send-email 2.32.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development <dri-devel.lists.freedesktop.org> List-Unsubscribe: <https://lists.freedesktop.org/mailman/options/dri-devel>, <mailto:dri-devel-request@lists.freedesktop.org?subject=unsubscribe> List-Archive: <https://lists.freedesktop.org/archives/dri-devel> List-Post: <mailto:dri-devel@lists.freedesktop.org> List-Help: <mailto:dri-devel-request@lists.freedesktop.org?subject=help> List-Subscribe: <https://lists.freedesktop.org/mailman/listinfo/dri-devel>, <mailto:dri-devel-request@lists.freedesktop.org?subject=subscribe> Cc: dri-devel@lists.freedesktop.org, Tvrtko Ursulin <tvrtko.ursulin@intel.com> Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" <dri-devel-bounces@lists.freedesktop.org> |
Series |
Inherit GPU scheduling priority from process nice
|
expand
|