index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
intel_uc.c
Age
Commit message (
Expand
)
Author
2017-11-16
drm/i915/guc: Rename i915_guc_submission.c|h to intel_guc_submission.c|h
Sagar Arun Kamble
2017-11-16
drm/i915/guc: Update name and prototype of GuC submission interface functions
Sagar Arun Kamble
2017-11-02
drm/i915/guc: Rename the function that resets the GuC
Michel Thierry
2017-10-16
drm/i915/guc: Update Guc messages on load failure
Michal Wajdeczko
2017-10-16
drm/i915/guc: Pick better place for Guc final status message
Michal Wajdeczko
2017-10-16
drm/i915/guc: Rename intel_guc_loader.c to intel_guc_fw.c
Michal Wajdeczko
2017-10-16
drm/i915/guc: Move GuC boot param initialization out of xfer
Michal Wajdeczko
2017-10-06
drm/i915/uc: Fix includes order
Michal Wajdeczko
2017-10-06
drm/i915/guc: Move GuC core definitions into dedicated files
Michal Wajdeczko
2017-10-06
drm/i915/guc: Move GuC submission declarations into dedicated header
Michal Wajdeczko
2017-10-04
drm/i915/guc: Move Guc early init into own function
Michal Wajdeczko
2017-10-04
drm/i915/uc: Move uC fw helper code into dedicated files
Michal Wajdeczko
2017-10-04
drm/i915/uc: Create intel_uc_init_mmio
Sagar Arun Kamble
2017-09-26
drm/i915/huc: Reorganize HuC authentication
Sagar Arun Kamble
2017-09-22
drm/i915: Rename global i915 to i915_modparams
Michal Wajdeczko
2017-08-12
drm/i915/guc: Rename GuC irq trigger function
Michal Wajdeczko
2017-06-08
drm/i915/guc: Clear enable_guc_loading in case of init failure
Michel Thierry
2017-05-26
drm/i915/guc: capture GuC logs if FW fails to load
Daniele Ceraolo Spurio
2017-05-26
drm/i915/guc: Introduce buffer based cmd transport
Michal Wajdeczko
2017-05-26
drm/i915/guc: Disable send function on fini
Michal Wajdeczko
2017-05-19
drm/i915/guc: Remove action status and statistics from debugfs
Michal Wajdeczko
2017-05-11
drm/i915/guc: Make scratch register base and count flexible
Michal Wajdeczko
2017-05-11
drm/i915/guc: Move notification code into virtual function
Michal Wajdeczko
2017-05-02
drm/i915/guc: Enable send function only after successful init
Michal Wajdeczko
2017-04-13
drm/i915/guc: write wopcm related register once during uc init
daniele.ceraolospurio@intel.com
2017-04-07
drm/i915/guc: Use wait_for_register_fw() while waiting for MMIO response
Michal Wajdeczko
2017-03-31
drm/i915/uc: Move fw path check to fetch_uc_fw()
Michal Wajdeczko
2017-03-31
drm/i915/uc: Add intel_uc_fw_fini()
Michal Wajdeczko
2017-03-31
drm/i915/uc: Add intel_uc_fw_type_repr()
Michal Wajdeczko
2017-03-30
drm/i915/guc: Take enable_guc_loading check out of GEM core code
Oscar Mateo
2017-03-27
drm/i915/uc: Make intel_uc_prepare_fw() static
Michal Wajdeczko
2017-03-24
drm/i915/guc: limit forcewake to blitter domain in guc_send
Daniele Ceraolo Spurio
2017-03-23
drm/i915/guc: A little bit more of doorbell sanitization
Oscar Mateo
2017-03-23
drm/i915/guc: Make intel_guc_send a function pointer
Oscar Mateo
2017-03-23
drm/i915/guc: Add onion teardown to the GuC setup
Oscar Mateo
2017-03-17
drm/i915: Correct error handling for i915_gem_object_create_from_data()
Chris Wilson
2017-03-17
drm/i915: i915_gem_object_create_from_data() doesn't require struct_mutex
Chris Wilson
2017-03-16
drm/i915: Make intel_uc_sanitize_options() more robust
Michal Wajdeczko
2017-03-16
drm/i915/uc: Rename intel_uc_fw.fw to .type
Arkadiusz Hiler
2017-03-15
drm/i915/uc: Add params for specifying firmware
Arkadiusz Hiler
2017-03-15
drm/i915/uc: Separate firmware selection and preparation
Arkadiusz Hiler
2017-03-15
drm/i915/uc: Simplify firmware path handling
Arkadiusz Hiler
2017-03-15
drm/i915/guc: Simplify intel_guc_init_hw()
Arkadiusz Hiler
2017-03-15
drm/i915/guc: Extract param logic form guc_init_fw()
Arkadiusz Hiler
2017-03-15
drm/i915/uc: Introduce intel_uc_init_fw()
Arkadiusz Hiler
2017-03-15
drm/i915/uc: Move intel_uc_fw_fetch() to intel_uc.c
Arkadiusz Hiler
2017-01-18
drm/i915/guc: Move GuC log related functions into dedicated file
Michal Wajdeczko
2017-01-03
drm/i915/guc: Make intel_guc_recv static.
Michal Wajdeczko
2016-11-25
drm/i915/guc: Init send_mutex in intel_uc_init_early()
Arkadiusz Hiler
2016-11-25
drm/i915/guc: Move guc_{send,recv}() to intel_uc.c
Arkadiusz Hiler