[Kernel-packages] [Bug 2049536] Re: apply nvidia-tegra patches 2024 Jan 1-15

2024-02-22 Thread Ubuntu Kernel Bot
This bug is awaiting verification that the linux-nvidia-
tegra-5.15/5.15.0-1022.22~20.04.1 kernel in -proposed solves the
problem. Please test the kernel and update this bug with the results. If
the problem is solved, change the tag 'verification-needed-focal-linux-
nvidia-tegra-5.15' to 'verification-done-focal-linux-nvidia-tegra-5.15'.
If the problem still exists, change the tag 'verification-needed-focal-
linux-nvidia-tegra-5.15' to 'verification-failed-focal-linux-nvidia-
tegra-5.15'.


If verification is not done by 5 working days from today, this fix will
be dropped from the source code, and this bug will be closed.


See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how
to enable and use -proposed. Thank you!


** Tags added: kernel-spammed-focal-linux-nvidia-tegra-5.15-v2 
verification-needed-focal-linux-nvidia-tegra-5.15

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-nvidia-tegra in Ubuntu.
https://bugs.launchpad.net/bugs/2049536

Title:
  apply nvidia-tegra patches 2024 Jan 1-15

Status in linux-nvidia-tegra package in Ubuntu:
  Fix Released
Status in linux-nvidia-tegra-igx package in Ubuntu:
  Fix Released

Bug description:
  Apply patches to linux-nvidia-tegra (for use in both linux-nvidia-
  tegra and linux-nvida-tegra-igx).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-nvidia-tegra/+bug/2049536/+subscriptions


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 2049536] Re: apply nvidia-tegra patches 2024 Jan 1-15

2024-01-30 Thread Launchpad Bug Tracker
This bug was fixed in the package linux-nvidia-tegra - 5.15.0-1021.21

---
linux-nvidia-tegra (5.15.0-1021.21) jammy; urgency=medium

  * jammy/linux-nvidia-tegra: 5.15.0-1021.21 -proposed tracker (LP:
#2049525)

  * apply nvidia-tegra patches 2024 Jan 1-15 (LP: #2049536)
- NVIDIA: SAUCE: mmc: host: restrict min clk rate to 20MHz
- NVIDIA: SAUCE: arm64: configs: enable PCIe ethernet
- NVIDIA: SAUCE: mmc: sdhci-tegra: do not set padpipe_clk_override
- NVIDIA: SAUCE: arm64: configs: Sanitize defconfig
- NVIDIA: SAUCE: clocksource/drivers/timer-tegra186: add WDIOC_GETTIMELEFT
  support
- NVIDIA: SAUCE: clocksource/drivers/timer-tegra186: fix watchdog self-
  pinging.
- NVIDIA: SAUCE: arm64: configs: enable CONFIG_DMI
- NVIDIA: SAUCE: mmc: sdhci-tegra: Enable wake on SD card event
- NVIDIA: SAUCE: mmc: core: Update bus status on sd card removal
- [Config] Re-enable CONFIG_DMI

  * apply nvidia igx patches for Nov 29 - Dec 8 2023 (LP: #2046011)
- NVIDIA: SAUCE: arm64: configs: disable pps debug config
- NVIDIA: SAUCE: net: phy: aquantia: Poll for valid FW ID.

  * apply nvidia igx patches for Oct 19 - Nov 28 2023 (LP: #2045080)
- NVIDIA: SAUCE: arm64: configs: Sanitize arm64 defconfig
- NVIDIA: SAUCE: arm64: configs: enable cfs bandwidth for k8s
- NVIDIA: SAUCE: arm64: config: Disable DMI config

  * apply nvidia igx patches for Sep 20-29 (LP: #2038165)
- drm/format-helper: Add drm_fb_xrgb_to_rgb332()
- drm/format-helper: Add drm_fb_xrgb_to_rgb888()
- drm/gud: Add GUD_PIXEL_FORMAT_R8
- drm/gud: Add GUD_PIXEL_FORMAT_RGB332
- drm/gud: Add GUD_PIXEL_FORMAT_RGB888
- drm/format-helper: Export drm_fb_clip_offset()
- drm/format-helper: Rework format-helper memcpy functions
- drm/format-helper: Add destination-buffer pitch to drm_fb_swab()
- drm/format-helper: Rework format-helper conversion functions
- drm/format-helper: Streamline blit-helper interface
- drm/simpledrm: Enable FB_DAMAGE_CLIPS property
- drm/simpledrm: Support virtual screen sizes
- drm/format-helper: Add drm_fb_xrgb_to_xrgb2101010_toio()
- drm/simpledrm: Add [AX]RGB2101010 formats
- drm/simpledrm: Request memory region in driver
- drm/format-helper: Add drm_fb_xrgb_to_gray8_line()
- drm/format-helper: Add drm_fb_xrgb_to_mono_reversed()
- drm/repaper: Use format helper for xrgb to monochrome conversion
- drm/simpledrm: Use fbdev defaults for shadow buffering
- drm/format-helper: Rename drm_fb_xrgb_to_mono_reversed()
- drm/format-helper: Fix XRGB888 to monochrome conversion
- drm/format_helper: fix a kernel-doc typo
- drm/format-helper: Print warning on missing format conversion
- drm/format-helper: Add RGB888-to-XRGB conversion
- drm/format-helper: Add RGB565-to-XRGB conversion
- drm/format-helper: Implement drm_fb_swab() with per-line helpers
- drm/format-helper: Remove optional byte-swap from line convertion
- drm/format-helper: Unify the parameters of all per-line conversion helpers
- drm/format-helper: Share implementation among conversion helpers
- drm/atomic-helper: Add helper drm_atomic_helper_check_crtc_state()
- drm/fourcc: Add drm_format_info_bpp() helper
- drm/format-helper: Fix endianness in drm_fb_*_to_*() conversion helpers
- drm/simpledrm: Remove mem field from device structure
- drm/simpledrm: Inline device-init helpers
- drm/simpledrm: Remove pdev field from device structure
- drm/simpledrm: Compute framebuffer stride if not set
- drm/simpledrm: Convert to atomic helpers
- drm/format-helper: Provide drm_fb_blit()
- drm/format-helper: Add drm_fb_build_fourcc_list() helper
- drm/simpledrm: Compute linestride with drm_format_info_min_pitch()
- drm/simpledrm: Use drm_atomic_get_new_plane_state()
- drm/simpledrm: Remove !fb check from atomic_update
- drm/simpledrm: Iterate over damage clips
- drm/simpledrm: Synchronize access to GEM BOs
- drm/simpledrm: Set preferred depth from format of scanout buffer
- drm/simpledrm: Use struct iosys_map consistently
- drm/simpledrm: Add support for system memory framebuffers
- drm/simpledrm: Fix an NULL vs IS_ERR() bug

  * apply nvidia igx patches for Aug 29 - Sep 19 (LP: #2036672)
- NVIDIA: SAUCE: arm64: configs: Sanitize arm64 defconfig
- NVIDIA: SAUCE: arch: arm64: enable FB_SIMPLE config
- NVIDIA: SAUCE: (no-up) mm: mprotect: Avoid write-fault handler for dirty
  written PTEs

  * Apply 2023-07-20 + 2023-07-31 IGX PRs from NVIDIA (LP: #2029295)
- SAUCE: arm64: defconfig: enable CONFIG_ISO9660_FS

  * apply nvidia-tegra patches for Jan 16 (LP: #2049530)
- NVIDIA: SAUCE: tegra-epl: Set handshake retry count to 20
- NVIDIA: SAUCE: tegra-epl: publish kernel pm state to FSI
- NVIDIA: SAUCE: tegra-epl: Set default handshake retry count to 25
- NVIDIA: SAUCE: arm64: 

[Kernel-packages] [Bug 2049536] Re: apply nvidia-tegra patches 2024 Jan 1-15

2024-01-30 Thread Launchpad Bug Tracker
This bug was fixed in the package linux-nvidia-tegra-igx - 5.15.0-1008.8

---
linux-nvidia-tegra-igx (5.15.0-1008.8) jammy; urgency=medium

  * jammy/linux-nvidia-tegra-igx: 5.15.0-1008.8 -proposed tracker (LP:
#2049526)

  * apply nvidia-tegra patches 2024 Jan 1-15 (LP: #2049536)
- [Config] linux-nvidia-tegra-igx: Set CONFIG_OPTEE=y and CONFIG_TEE=y
- [Packaging] Out-of-tree Tegra modules are now built via separate source
  package
- [Packaging] Remove out-of-tree Tegra modules from ABI

  * Packaging resync (LP: #1786013)
- debian/dkms-versions -- update from kernel-versions (main/d2024.01.02)

  [ Ubuntu: 5.15.0-1021.21 ]

  * jammy/linux-nvidia-tegra: 5.15.0-1021.21 -proposed tracker (LP: #2049525)
  * apply nvidia-tegra patches 2024 Jan 1-15 (LP: #2049536)
- NVIDIA: SAUCE: mmc: host: restrict min clk rate to 20MHz
- NVIDIA: SAUCE: arm64: configs: enable PCIe ethernet
- NVIDIA: SAUCE: mmc: sdhci-tegra: do not set padpipe_clk_override
- NVIDIA: SAUCE: arm64: configs: Sanitize defconfig
- NVIDIA: SAUCE: clocksource/drivers/timer-tegra186: add WDIOC_GETTIMELEFT
  support
- NVIDIA: SAUCE: clocksource/drivers/timer-tegra186: fix watchdog self-
  pinging.
- NVIDIA: SAUCE: arm64: configs: enable CONFIG_DMI
- NVIDIA: SAUCE: mmc: sdhci-tegra: Enable wake on SD card event
- NVIDIA: SAUCE: mmc: core: Update bus status on sd card removal
- [Config] Re-enable CONFIG_DMI
  * apply nvidia igx patches for Nov 29 - Dec 8 2023 (LP: #2046011)
- NVIDIA: SAUCE: arm64: configs: disable pps debug config
- NVIDIA: SAUCE: net: phy: aquantia: Poll for valid FW ID.
  * apply nvidia igx patches for Oct 19 - Nov 28 2023 (LP: #2045080)
- NVIDIA: SAUCE: arm64: configs: Sanitize arm64 defconfig
- NVIDIA: SAUCE: arm64: configs: enable cfs bandwidth for k8s
- NVIDIA: SAUCE: arm64: config: Disable DMI config
  * apply nvidia igx patches for Sep 20-29 (LP: #2038165)
- drm/format-helper: Add drm_fb_xrgb_to_rgb332()
- drm/format-helper: Add drm_fb_xrgb_to_rgb888()
- drm/gud: Add GUD_PIXEL_FORMAT_R8
- drm/gud: Add GUD_PIXEL_FORMAT_RGB332
- drm/gud: Add GUD_PIXEL_FORMAT_RGB888
- drm/format-helper: Export drm_fb_clip_offset()
- drm/format-helper: Rework format-helper memcpy functions
- drm/format-helper: Add destination-buffer pitch to drm_fb_swab()
- drm/format-helper: Rework format-helper conversion functions
- drm/format-helper: Streamline blit-helper interface
- drm/simpledrm: Enable FB_DAMAGE_CLIPS property
- drm/simpledrm: Support virtual screen sizes
- drm/format-helper: Add drm_fb_xrgb_to_xrgb2101010_toio()
- drm/simpledrm: Add [AX]RGB2101010 formats
- drm/simpledrm: Request memory region in driver
- drm/format-helper: Add drm_fb_xrgb_to_gray8_line()
- drm/format-helper: Add drm_fb_xrgb_to_mono_reversed()
- drm/repaper: Use format helper for xrgb to monochrome conversion
- drm/simpledrm: Use fbdev defaults for shadow buffering
- drm/format-helper: Rename drm_fb_xrgb_to_mono_reversed()
- drm/format-helper: Fix XRGB888 to monochrome conversion
- drm/format_helper: fix a kernel-doc typo
- drm/format-helper: Print warning on missing format conversion
- drm/format-helper: Add RGB888-to-XRGB conversion
- drm/format-helper: Add RGB565-to-XRGB conversion
- drm/format-helper: Implement drm_fb_swab() with per-line helpers
- drm/format-helper: Remove optional byte-swap from line convertion
- drm/format-helper: Unify the parameters of all per-line conversion helpers
- drm/format-helper: Share implementation among conversion helpers
- drm/atomic-helper: Add helper drm_atomic_helper_check_crtc_state()
- drm/fourcc: Add drm_format_info_bpp() helper
- drm/format-helper: Fix endianness in drm_fb_*_to_*() conversion helpers
- drm/simpledrm: Remove mem field from device structure
- drm/simpledrm: Inline device-init helpers
- drm/simpledrm: Remove pdev field from device structure
- drm/simpledrm: Compute framebuffer stride if not set
- drm/simpledrm: Convert to atomic helpers
- drm/format-helper: Provide drm_fb_blit()
- drm/format-helper: Add drm_fb_build_fourcc_list() helper
- drm/simpledrm: Compute linestride with drm_format_info_min_pitch()
- drm/simpledrm: Use drm_atomic_get_new_plane_state()
- drm/simpledrm: Remove !fb check from atomic_update
- drm/simpledrm: Iterate over damage clips
- drm/simpledrm: Synchronize access to GEM BOs
- drm/simpledrm: Set preferred depth from format of scanout buffer
- drm/simpledrm: Use struct iosys_map consistently
- drm/simpledrm: Add support for system memory framebuffers
- drm/simpledrm: Fix an NULL vs IS_ERR() bug
  * apply nvidia igx patches for Aug 29 - Sep 19 (LP: #2036672)
- NVIDIA: SAUCE: arm64: configs: Sanitize arm64 defconfig
- NVIDIA: SAUCE: arch: arm64: enable FB_SIMPLE 

[Kernel-packages] [Bug 2049536] Re: apply nvidia-tegra patches 2024 Jan 1-15

2024-01-24 Thread Ubuntu Kernel Bot
This bug is awaiting verification that the linux-nvidia-tegra-
igx/5.15.0-1008.8 kernel in -proposed solves the problem. Please test
the kernel and update this bug with the results. If the problem is
solved, change the tag 'verification-needed-jammy-linux-nvidia-tegra-
igx' to 'verification-done-jammy-linux-nvidia-tegra-igx'. If the problem
still exists, change the tag 'verification-needed-jammy-linux-nvidia-
tegra-igx' to 'verification-failed-jammy-linux-nvidia-tegra-igx'.


If verification is not done by 5 working days from today, this fix will
be dropped from the source code, and this bug will be closed.


See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how
to enable and use -proposed. Thank you!


** Tags added: kernel-spammed-jammy-linux-nvidia-tegra-igx-v2 
verification-needed-jammy-linux-nvidia-tegra-igx

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-nvidia-tegra in Ubuntu.
https://bugs.launchpad.net/bugs/2049536

Title:
  apply nvidia-tegra patches 2024 Jan 1-15

Status in linux-nvidia-tegra package in Ubuntu:
  Fix Committed
Status in linux-nvidia-tegra-igx package in Ubuntu:
  Fix Committed

Bug description:
  Apply patches to linux-nvidia-tegra (for use in both linux-nvidia-
  tegra and linux-nvida-tegra-igx).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-nvidia-tegra/+bug/2049536/+subscriptions


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 2049536] Re: apply nvidia-tegra patches 2024 Jan 1-15

2024-01-24 Thread Ubuntu Kernel Bot
This bug is awaiting verification that the linux-nvidia-
tegra/5.15.0-1021.21 kernel in -proposed solves the problem. Please test
the kernel and update this bug with the results. If the problem is
solved, change the tag 'verification-needed-jammy-linux-nvidia-tegra' to
'verification-done-jammy-linux-nvidia-tegra'. If the problem still
exists, change the tag 'verification-needed-jammy-linux-nvidia-tegra' to
'verification-failed-jammy-linux-nvidia-tegra'.


If verification is not done by 5 working days from today, this fix will
be dropped from the source code, and this bug will be closed.


See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how
to enable and use -proposed. Thank you!


** Tags added: kernel-spammed-jammy-linux-nvidia-tegra-v2 
verification-needed-jammy-linux-nvidia-tegra

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-nvidia-tegra in Ubuntu.
https://bugs.launchpad.net/bugs/2049536

Title:
  apply nvidia-tegra patches 2024 Jan 1-15

Status in linux-nvidia-tegra package in Ubuntu:
  Fix Committed
Status in linux-nvidia-tegra-igx package in Ubuntu:
  Fix Committed

Bug description:
  Apply patches to linux-nvidia-tegra (for use in both linux-nvidia-
  tegra and linux-nvida-tegra-igx).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-nvidia-tegra/+bug/2049536/+subscriptions


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 2049536] Re: apply nvidia-tegra patches 2024 Jan 1-15

2024-01-19 Thread Jacob Martin
** Changed in: linux-nvidia-tegra (Ubuntu)
   Status: New => Fix Committed

** Changed in: linux-nvidia-tegra-igx (Ubuntu)
   Status: New => Fix Committed

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-nvidia-tegra in Ubuntu.
https://bugs.launchpad.net/bugs/2049536

Title:
  apply nvidia-tegra patches 2024 Jan 1-15

Status in linux-nvidia-tegra package in Ubuntu:
  Fix Committed
Status in linux-nvidia-tegra-igx package in Ubuntu:
  Fix Committed

Bug description:
  Apply patches to linux-nvidia-tegra (for use in both linux-nvidia-
  tegra and linux-nvida-tegra-igx).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-nvidia-tegra/+bug/2049536/+subscriptions


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 2049536] Re: apply nvidia-tegra patches 2024 Jan 1-15

2024-01-16 Thread Jacob Martin
** Also affects: linux-nvidia-tegra (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-nvidia-tegra in Ubuntu.
https://bugs.launchpad.net/bugs/2049536

Title:
  apply nvidia-tegra patches 2024 Jan 1-15

Status in linux-nvidia-tegra package in Ubuntu:
  New
Status in linux-nvidia-tegra-igx package in Ubuntu:
  New

Bug description:
  Apply patches to linux-nvidia-tegra (for use in both linux-nvidia-
  tegra and linux-nvida-tegra-igx).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-nvidia-tegra/+bug/2049536/+subscriptions


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp