firenox89

Results 4 comments of firenox89

I also own a Dell XPS 9575 running Arch on it. The thing is not that I can't write to msr at all, but just not to `0x64b`. Writing to...

``` ➜ ~ sudo rdmsr 0 0x64b [sudo] password for root: 0x0000000080000000 ``` If I read the Intel docu correctly, this value means that the TDP config is locked... ![2019-10-04_16-13](https://user-images.githubusercontent.com/3495469/66214402-ebc2ce80-e6c1-11e9-96c3-aa7f9f248f19.png)

So I just had a look into it, but ADL is still not supported for AMDGPU. Also there is no statement from AMD when they plan to do something in...

I got this behavior too, because I did not register your codecs. Adding this solved my issue: ```go reg := codecs.Register(bson.NewRegistryBuilder()).Build() clientOptions := options.Client().ApplyURI("mongodb://localhost:27017").SetRegistry(reg) ```