Skip to content
Snippets Groups Projects
  1. Jan 22, 2021
  2. Jan 21, 2021
  3. Jan 11, 2021
    • Valentin Churavy's avatar
      Use dep_rt in amdgpu/meson.build · 10dd3eb6
      Valentin Churavy authored
      
      The amdgpu implementation uses `clock_gettime` so it needs to check whether it needs to link
      against `-librt`.
      
      Signed-off-by: default avatarValentin Churavy <v.churavy@gmail.com>
      10dd3eb6
    • Simon Ser's avatar
      Bump version to 2.4.104 · a55042e2
      Simon Ser authored
      
      Signed-off-by: Simon Ser's avatarSimon Ser <contact@emersion.fr>
      Verified
      a55042e2
    • Antonin Décimo's avatar
      headers: drm: Sync with drm-next · cdd14e92
      Antonin Décimo authored and Simon Ser's avatar Simon Ser committed
      Generated using make headers_install from the drm-next
      tree - git://anongit.freedesktop.org/drm/drm
      branch - drm-next
      commit - b10733527bfd864605c33ab2e9a886eec317ec39
      
      The changes were as follows (shortlog from
      14d2bd53a47a7e1cb3e03d00a6b952734cf90f3f):
      
      core: (drm_mode.h)
      
      Alexander A. Klimov (1):
            drm: Replace HTTP links with HTTPS ones
      
      Noralf Trønnes (1):
            drm: Add SPI connector type
      
      Oleg Vasilev (1):
            drm: report dp downstream port type as a subconnector property
      
      Simon Ser (1):
            drm: document that blobs are ref'counted
      
      Uma Shankar (3):
            drm: Add HDR source metadata property
            drm: Fixed doc warnings in drm uapi header
            drm: Fix docbook warnings in hdr metadata helper structures
      
      core: (drm_fourcc.h)
      
      Adam Jackson (1):
            drm/fourcc: Fix undefined left shift in DRM_FORMAT_BIG_ENDIAN macros
      
      Bas Nieuwenhuizen (2):
            drm/fourcc: Add AMD DRM modifiers.
            drm/fourcc: Fix modifier field mask for AMD modifiers.
      
      Ben Davis (2):
            drm: drm_fourcc: add NV15, Q410, Q401 YUV formats
            drm: drm_fourcc: Add uncompressed AFBC modifier
      
      Brian Starkey (1):
            drm: drm_fourcc: Add generic alias for 16_16_TILE modifier
      
      Dave Airlie (1):
            Merge tag 'amd-drm-next-5.11-2020-11-05' of git://people.freedesktop.org/~agd5f/linux
      
       into drm-next
      
      Dhinakaran Pandiyan (2):
            drm/framebuffer: Format modifier for Intel Gen-12 render compression
            drm/framebuffer: Format modifier for Intel Gen-12 media compression
      
      James Jones (1):
            drm: Generalized NV Block Linear DRM format mod
      
      Maarten Lankhorst (1):
            Backmerge remote-tracking branch 'drm/drm-next' into drm-misc-next
      
      Matteo Franchin (1):
            drm/fourcc: Add AXBXGXRX106106106106 format
      
      Mika Kahola (1):
            uapi/drm/drm_fourcc.h: Note on platform specificity for format modifiers
      
      Neil Armstrong (2):
            drm/fourcc: Add modifier definitions for describing Amlogic Video Framebuffer Compression
            drm/fourcc: fix Amlogic Video Framebuffer Compression macro
      
      Raymond Smith (1):
            drm/fourcc: Add Arm 16x16 block modifier
      
      Simon Ser (4):
            drm/fourcc: document modifier uniqueness requirements
            drm: deprecate DRM_FORMAT_MOD_NONE
            drm/fourcc: add table describing AMD modifiers bit layout
            drm/fourcc: fix AMD modifiers PACKERS field doc
      
      Signed-off-by: Antonin Décimo's avatarAntonin Décimo <antonin.decimo@gmail.com>
      cdd14e92
    • Simon Ser's avatar
      Remove outdated comments about stdint.h · 4f0fe663
      Simon Ser authored
      
      We include stdint.h unconditionally in the header. We don't require
      users to include it manually before xf86drmMode.h.
      
      Signed-off-by: Simon Ser's avatarSimon Ser <contact@emersion.fr>
      Reviewed-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
      Verified
      4f0fe663
    • Simon Ser's avatar
      Remove definitions duplicated from drm_mode.h · b82ed182
      Simon Ser authored
      
      I don't exactly know why these were duplicated before. Maybe libdrm
      didn't always vendored drm_mode.h from the kernel? In any case, we now
      do, so instead of having copy-pasted definitions, just include our
      vendored version which cannot be outdated.
      
      Contrary to what the comment says, drm.h doesn't include drm_mode.h, so
      we need to add the include.
      
      Signed-off-by: Simon Ser's avatarSimon Ser <contact@emersion.fr>
      Reviewed-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
      Verified
      b82ed182
  4. Dec 12, 2020
  5. Dec 11, 2020
  6. Dec 10, 2020
  7. Dec 09, 2020
  8. Nov 06, 2020
  9. Nov 04, 2020
  10. Oct 28, 2020
  11. Oct 27, 2020
  12. Oct 23, 2020
  13. Oct 16, 2020
  14. Oct 15, 2020
Loading