1. 05 May, 2023 9 commits
  2. 04 May, 2023 6 commits
  3. 03 May, 2023 2 commits
  4. 02 May, 2023 1 commit
  5. 28 Apr, 2023 1 commit
  6. 27 Apr, 2023 3 commits
  7. 26 Apr, 2023 1 commit
    • jasontao's avatar
      ALSA: hda: Glenfly: add HD Audio PCI IDs and HDMI Codec Vendor IDs. · c51e4310
      jasontao authored
      Add a set of HD Audio PCI IDS, and the HDMI codec vendor IDs for
      Glenfly Gpus.
      
      - In default_bdl_pos_adj, set bdl to 128 as Glenfly Gpus have hardware
      limitation, need to increase hdac interrupt interval.
      - In azx_first_init, enable polling mode for Glenfly Gpu. When the codec
      complete the command, it sends interrupt and writes response entries to
      memory, howerver, the write requests sometimes are not actually
      synchronized to memory when driver handle hdac interrupt on Glenfly Gpus.
      If the RIRB status is not updated in the interrupt handler,
      azx_rirb_get_response keeps trying to recevie a response from rirb until
      1s timeout. Enabling polling mode for Glenfly Gpu can fix the issue.
      - In patch_gf_hdmi, set Glenlfy Gpu Codec's no_sticky_stream as it need
      driver to do actual clean-ups for the linked codec when switch from one
      codec to another.
      Signed-off-by: default avatarjasontao <jasontao@glenfly.com>
      Signed-off-by: default avatarReaper Li <reaperlioc@glenfly.com>
      Link: https://lore.kernel.org/r/20230426013059.4329-1-reaperlioc@glenfly.comSigned-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      c51e4310
  8. 24 Apr, 2023 4 commits
  9. 23 Apr, 2023 11 commits
  10. 22 Apr, 2023 2 commits