mbox series

[0/2] qaic fixes for 6.7

Message ID 20231208163101.1295769-1-quic_jhugo@quicinc.com
Headers show
Series qaic fixes for 6.7 | expand

Message

Jeffrey Hugo Dec. 8, 2023, 4:30 p.m. UTC
A pair of fixes to the driver. First one is an improvement to dma_buf
handling based on a greater understanding of that framework. The second
is a reliability fix that allows some cards to boot.

Jeffrey Hugo (1):
  accel/qaic: Implement quirk for SOC_HW_VERSION

Pranjal Ramajor Asha Kanojiya (1):
  accel/qaic: Fix GEM import path code

 drivers/accel/qaic/mhi_controller.c | 15 ++++++++++++++-
 drivers/accel/qaic/qaic_data.c      |  6 ++----
 2 files changed, 16 insertions(+), 5 deletions(-)

Comments

Jeffrey Hugo Dec. 15, 2023, 5:43 p.m. UTC | #1
On 12/8/2023 9:30 AM, Jeffrey Hugo wrote:
> A pair of fixes to the driver. First one is an improvement to dma_buf
> handling based on a greater understanding of that framework. The second
> is a reliability fix that allows some cards to boot.
> 
> Jeffrey Hugo (1):
>    accel/qaic: Implement quirk for SOC_HW_VERSION
> 
> Pranjal Ramajor Asha Kanojiya (1):
>    accel/qaic: Fix GEM import path code
> 
>   drivers/accel/qaic/mhi_controller.c | 15 ++++++++++++++-
>   drivers/accel/qaic/qaic_data.c      |  6 ++----
>   2 files changed, 16 insertions(+), 5 deletions(-)
> 

Applied to drm-misc-fixes

-Jeff