[Kernel-packages] [Bug 2038953] Re: Split iGPU out-of-tree modules into a separate binary package

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

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

Title:
  Split iGPU out-of-tree modules into a separate binary package

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

Bug description:
  Create packages linux-modules-tegra-igpu-igx-nvidia-tegra-igx and
  linux-modules-tegra-igpu-igx-PKGVER-ABINUM-nvidia-tegra-igx so that
  iGPU modules can be easily swapped out for dGPU modules. This is
  required because the IGX iGPU and NVIDIA dGPU display modules cannot
  currently coexist.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-nvidia-tegra-igx/+bug/2038953/+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 2038953] Re: Split iGPU out-of-tree modules into a separate binary package

2023-10-19 Thread Launchpad Bug Tracker
This bug was fixed in the package linux-nvidia-tegra-igx - 5.15.0-1005.5

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

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

  * NVIDIA pull requests 2023-08-07, 2023-08-11, 2023-08-22 (LP: #2031567)
- [Config] updateconfigs for removal of imx219

  * Split iGPU out-of-tree modules into a separate binary package (LP: #2038953)
- [Packaging] linux-nvidia-tegra-igx: update dkms-versions for tegra-oot-igx
  1.0.4-1
- [Packaging] Break out iGPU drivers into a standalone package
- [Config] linux-nvidia-tegra-igx: updateconfigs for iGPU module changes

  * Jammy update: v5.15.117 upstream stable release (LP: #2030107)
- [Config] updateconfigs for BLK_DEV_SX8

  * Jammy update: v5.15.118 upstream stable release (LP: #2030239)
- [Config] updateconfigs for DECNET

  * Please enable Renesas RZ platform serial installer (LP: #2022361)
- [Config] Mark sh-sci as built-in

  * Packaging resync (LP: #1786013)
- [Packaging] update update.conf
- debian/dkms-versions -- update from kernel-versions (main/d2023.08.28)

  * apply nvidia igx patches for Sep 20-29 (LP: #2038165)
- NVIDIA: SAUCE: memory: tegra: Add bpmp_id and type for nvdla
- NVIDIA: SAUCE: memory: tegra: Add clients for VI in Tegra234
- NVIDIA: SAUCE: memory: tegra: Fix SID override
- dma-buf: Update obsoluted comments on dma_buf_vmap/vunmap()
- dma-buf-map: Rename to iosys-map
- of: Move simple-framebuffer device handling from simplefb to of
- iosys-map: Add offset to iosys_map_memcpy_to()
- iosys-map: Add a few more helpers
- NVIDIA: SAUCE: thermal: tegra-bpmp: Check if BPMP supports trip points
- 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
- drm/vgem: use shmem helpers

  * Create modprobe configuration for the IGX kernel (LP: #2037760)
- [Packaging] linux-nvidia-tegra-igx: Update modprobe configuration

  * apply nvidia igx patches for Aug 29 - Sep 19 (LP: #2036672)
- NVIDIA: SAUCE: arm64: configs: Sanitize arm64 defconfig
- NVIDIA: SAUCE: simplefb: add support to parse fb-memory from DT
- NVIDIA: SAUCE: 

[Kernel-packages] [Bug 2038953] Re: Split iGPU out-of-tree modules into a separate binary package

2023-10-15 Thread Ubuntu Kernel Bot
This bug is awaiting verification that the linux-nvidia-tegra-
igx/5.15.0-1005.5 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-igx in Ubuntu.
https://bugs.launchpad.net/bugs/2038953

Title:
  Split iGPU out-of-tree modules into a separate binary package

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

Bug description:
  Create packages linux-modules-tegra-igpu-igx-nvidia-tegra-igx and
  linux-modules-tegra-igpu-igx-PKGVER-ABINUM-nvidia-tegra-igx so that
  iGPU modules can be easily swapped out for dGPU modules. This is
  required because the IGX iGPU and NVIDIA dGPU display modules cannot
  currently coexist.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-nvidia-tegra-igx/+bug/2038953/+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 2038953] Re: Split iGPU out-of-tree modules into a separate binary package

2023-10-10 Thread Jacob Martin
** Also affects: linux-nvidia-tegra-igx (Ubuntu Jammy)
   Importance: Undecided
   Status: New

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

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

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

Title:
  Split iGPU out-of-tree modules into a separate binary package

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

Bug description:
  Create packages linux-modules-tegra-igpu-igx-nvidia-tegra-igx and
  linux-modules-tegra-igpu-igx-PKGVER-ABINUM-nvidia-tegra-igx so that
  iGPU modules can be easily swapped out for dGPU modules. This is
  required because the IGX iGPU and NVIDIA dGPU display modules cannot
  currently coexist.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-nvidia-tegra-igx/+bug/2038953/+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