Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/runtime_src/core/edge/drm/zocl/common/zocl_kds.c
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ zocl_reset(struct drm_zocl_dev *zdev, const char *buf, size_t count)


#define PL_RESET_ADDRESS 0x00F1260330
#define PL_HOLD_VAL 0xF
#define PL_HOLD_VAL 0x1
#define PL_RELEASE_VAL 0x0
#define PL_RESET_ALLIGN_SIZE _4KB
map = ioremap(PL_RESET_ADDRESS, PL_RESET_ALLIGN_SIZE);
Expand Down
Loading