Skip to content

Commit

Permalink
changed rbk_dain_addr_high_ to 32-bit
Browse files Browse the repository at this point in the history
  • Loading branch information
Min Wang committed Mar 2, 2018
1 parent 6eb123f commit 8bb3f1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmod/rubik/NV_NVDLA_rbk.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class RubikConfig {
uint16_t rbk_datain_width_;
uint16_t rbk_datain_height_;
uint16_t rbk_datain_channel_;
uint8_t rbk_dain_addr_high_;
uint32_t rbk_dain_addr_high_;
uint32_t rbk_dain_addr_low_;
uint32_t rbk_dain_line_stride_;
uint32_t rbk_dain_surf_stride_;
Expand Down

0 comments on commit 8bb3f1d

Please sign in to comment.