index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
intel_wopcm.c
Age
Commit message (
Expand
)
Author
2022-01-26
drm/i915/wopcm: Handle pre-programmed WOPCM registers
Daniele Ceraolo Spurio
2021-12-17
drm/i915: Use to_gt() helper
Michał Winiarski
2021-07-30
drm/i915: remove explicit CNL handling from intel_wopcm.c
Lucas De Marchi
2021-06-07
drm/i915: replace IS_GEN and friends with GRAPHICS_VER
Lucas De Marchi
2020-05-04
drm/i915: Remove cnl pre-prod workarounds
Ville Syrjälä
2020-04-21
drm/i915: drop a bunch of superfluous inlines
Jani Nikula
2020-03-25
drm/i915/wopcm: convert to drm device based logging
Jani Nikula
2019-08-16
drm/i915/wopcm: Fix SPDX tag location
Michal Wajdeczko
2019-08-16
drm/i915/wopcm: Update error messages
Michal Wajdeczko
2019-08-16
drm/i915/wopcm: Try to use already locked WOPCM layout
Michal Wajdeczko
2019-08-16
drm/i915/wopcm: Check WOPCM layout separately from calculations
Michal Wajdeczko
2019-08-16
drm/i915/uc: Move FW size sanity check back to fetch
Michał Winiarski
2019-08-07
drm/i915: Make wopcm_to_i915() private
Michal Wajdeczko
2019-08-07
drm/i915: Don't try to partition WOPCM without GuC firmware
Michal Wajdeczko
2019-08-02
drm/i915/wopcm: Don't fail on WOPCM partitioning failure
Michal Wajdeczko
2019-08-02
drm/i915: Add i915 to i915_inject_probe_failure
Michal Wajdeczko
2019-07-31
drm/i915/uc: Move uC WOPCM setup in uc_init_hw
Daniele Ceraolo Spurio
2019-07-25
drm/i915/uc: Unify uC platform check
Daniele Ceraolo Spurio
2019-07-13
drm/i915/uc: move GuC/HuC inside intel_gt under a new intel_uc
Daniele Ceraolo Spurio
2019-07-12
drm/i915: Replace "_load" with "_probe" consequently
Janusz Krzysztofik
2019-06-21
drm/i915/gt: Fixup kerneldoc parameters
Chris Wilson
2019-06-21
drm/i915: Stop using I915_READ/WRITE in intel_wopcm_init_hw
Tvrtko Ursulin
2019-06-09
drm/i915/wopcm: update default size for gen11+
Daniele Ceraolo Spurio
2018-12-31
drm/i915/uc: add dev_priv parameter to intel_uc_is_using_* functions
Jani Nikula
2018-12-12
drm/i915: replace IS_GEN<N> with IS_GEN(..., N)
Lucas De Marchi
2018-07-27
drm/i915: Add a fault injection point to WOPCM init
Jakub Bartmiński
2018-07-27
drm/i915/guc: Do not partition WOPCM if GuC is not used
Jakub Bartmiński
2018-03-28
drm/i915: Use correct reST syntax for WOPCM and GuC kernel-doc diagrams
Yaodong Li
2018-03-14
drm/i915/guc: Check the locking status of GuC WOPCM registers
Jackie Li
2018-03-14
drm/i915: Add HuC firmware size related restriction for Gen9 and CNL A0
Jackie Li
2018-03-14
drm/i915: Add support to return CNL specific reserved WOPCM size
Jackie Li
2018-03-14
drm/i915: Implement dynamic GuC WOPCM offset and size calculation
Jackie Li