Skip to content

Commit

Permalink
[PATCH 13/14] DirectX and Hyper-V gpu drivers and patches for linux 5…
Browse files Browse the repository at this point in the history
….15.32.

Signed-off-by: Reza Talebi <reza.talebi.73@outlook.com>
  • Loading branch information
RezaT4795 committed Apr 4, 2022
1 parent ea18a0d commit c2dbdda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/asm-generic/mshyperv.h
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ enum hv_isolation_type hv_get_isolation_type(void);
bool hv_is_isolation_supported(void);
void hyperv_cleanup(void);
bool hv_query_ext_cap(u64 cap_query);
void hv_setup_dma_ops(struct device *dev, bool coherent);
#else /* CONFIG_HYPERV */
static inline bool hv_is_hyperv_initialized(void) { return false; }
static inline bool hv_is_hibernation_supported(void) { return false; }
Expand Down

0 comments on commit c2dbdda

Please sign in to comment.