- Update to 2.4.114

* amdgpu.ids: use consistent formatting for RID
  * amdgpu.ids: sort the file
  * amdgpu.ids: update to the latest marketing name
  * amdgpu_ids: add MI marketing names
  * amdgpu: Add a default marketing name if none is found
  * meson: fast-fail on unsupported OSes
  * include/drm/drm_fourcc.h: Update from Linux v6.0-rc7
  * include/drm/i915_drm.h: Update from Linux v6.0-rc7
  * tests/util: add imx-lcdif driver
  * intel: move declarations to top in drm_intel_gem_bo_unreference()
  * build: automatically disable Intel if pciaccess is not found
  * xf86drm: handle DRM_FORMAT_BIG_ENDIAN in drmGetFormatName()
  * amdgpu: silence uninitialized variable warning
  * xf86drmMode: add helpers for dumb buffers
  * modetest: drop unused offset field in struct bo
  * modetest: use sized integers in struct bo
  * modetest: use dumb buffer helpers

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=319
This commit is contained in:
2022-11-03 15:16:29 +00:00
committed by Git OBS Bridge
parent 4637bf9512
commit b56e209ad2
4 changed files with 26 additions and 4 deletions

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Thu Nov 3 15:11:15 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
- Update to 2.4.114
* amdgpu.ids: use consistent formatting for RID
* amdgpu.ids: sort the file
* amdgpu.ids: update to the latest marketing name
* amdgpu_ids: add MI marketing names
* amdgpu: Add a default marketing name if none is found
* meson: fast-fail on unsupported OSes
* include/drm/drm_fourcc.h: Update from Linux v6.0-rc7
* include/drm/i915_drm.h: Update from Linux v6.0-rc7
* tests/util: add imx-lcdif driver
* intel: move declarations to top in drm_intel_gem_bo_unreference()
* build: automatically disable Intel if pciaccess is not found
* xf86drm: handle DRM_FORMAT_BIG_ENDIAN in drmGetFormatName()
* amdgpu: silence uninitialized variable warning
* xf86drmMode: add helpers for dumb buffers
* modetest: drop unused offset field in struct bo
* modetest: use sized integers in struct bo
* modetest: use dumb buffer helpers
-------------------------------------------------------------------
Tue Sep 13 10:34:04 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>