No description
Find a file
Himal Prasad Ghimiray 2803bc08b0 drm/xe: Change pcode timeout to 50msec while polling again
[ Upstream commit 77b79df026 ]

Polling is initially attempted with timeout_base_ms enabled for
preemption, and if it exceeds this timeframe, another attempt is made
without preemption, allowing an additional 50 ms before timing out.

v2
- Rebase

v3
- Move warnings to separate patch (Lucas)

Cc: Lucas De Marchi <lucas.demarchi@intel.com>
Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
Signed-off-by: Himal Prasad Ghimiray <himal.prasad.ghimiray@intel.com>
Fixes: 7dc9b92dcf ("drm/xe: Remove i915_utils dependency from xe_pcode.")
Reviewed-by: Lucas De Marchi <lucas.demarchi@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240508152216.3263109-2-himal.prasad.ghimiray@intel.com
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
(cherry picked from commit c81858eb52)
Signed-off-by: Thomas Hellström <thomas.hellstrom@linux.intel.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2024-06-12 11:39:52 +02:00
arch
block
certs
crypto
Documentation
drivers drm/xe: Change pcode timeout to 50msec while polling again 2024-06-12 11:39:52 +02:00
fs cifs: Fix missing set of remote_i_size 2024-06-12 11:39:44 +02:00
include netkit: Fix pkt_type override upon netkit pass verdict 2024-06-12 11:39:48 +02:00
init
io_uring
ipc
kernel bpf: Allow delete from sockmap/sockhash only if update is allowed 2024-06-12 11:39:50 +02:00
lib
LICENSES
mm
net ipv4: Fix address dump when IPv4 is disabled on an interface 2024-06-12 11:39:50 +02:00
rust
samples
scripts
security
sound ASoC: cs42l43: Only restrict 44.1kHz for the ASP 2024-06-12 11:39:50 +02:00
tools selftests: mptcp: join: mark 'fail' tests as flaky 2024-06-12 11:39:51 +02:00
usr
virt
.clang-format
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README

Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the reStructuredText markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.