diff options
| author | Yoshihiro Shimoda <[email protected]> | 2016-04-08 13:25:07 +0000 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2016-04-13 18:55:56 +0000 |
| commit | 0a380be8233dbf8dd20795b801c5d5d5ef3992f7 (patch) | |
| tree | 0edc63ecfcd9cf37d0661298e46e8c4a08e0ca78 /drivers/gpu/drm/amd/amdgpu/amdgpu_object.c | |
| parent | xhci: resume USB 3 roothub first (diff) | |
| download | kernel-0a380be8233dbf8dd20795b801c5d5d5ef3992f7.tar.gz kernel-0a380be8233dbf8dd20795b801c5d5d5ef3992f7.zip | |
usb: host: xhci: add a new quirk XHCI_NO_64BIT_SUPPORT
On some xHCI controllers (e.g. R-Car SoCs), the AC64 bit (bit 0) of
HCCPARAMS1 is set to 1. However, the xHCs don't support 64-bit
address memory pointers actually. So, in this case, this driver should
call dma_set_coherent_mask(dev, DMA_BIT_MASK(32)) in xhci_gen_setup().
Otherwise, the xHCI controller will be died after a usb device is
connected if it runs on above 4GB physical memory environment.
So, this patch adds a new quirk XHCI_NO_64BIT_SUPPORT to resolve
such an issue.
Cc: <[email protected]>
Signed-off-by: Yoshihiro Shimoda <[email protected]>
Reviewed-by: Felipe Balbi <[email protected]>
Signed-off-by: Mathias Nyman <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_object.c')
0 files changed, 0 insertions, 0 deletions
