1. 20 Jun, 2022 28 commits
  2. 16 Jun, 2022 10 commits
  3. 15 Jun, 2022 2 commits
    • Daniel Vetter's avatar
      Merge tag 'drm-misc-next-2022-06-08' of git://anongit.freedesktop.org/drm/drm-misc into drm-next · 0f95ee9a
      Daniel Vetter authored
      drm-misc-next for 5.20:
      
      UAPI Changes:
      
       * connector: export bpc limits in debugfs
      
       * dma-buf: Print buffer name in debugfs
      
      Cross-subsystem Changes:
      
       * dma-buf: Improve dma-fence handling; Cleanups
      
       * fbdev: Device-unregistering fixes
      
      Core Changes:
      
       * client: Only use driver-validated modes to avoid blank screen
      
       * dp-aux: Make probing more reliable; Small fixes
      
       * edit: CEA data-block iterators; Introduce struct drm_edid; Many cleanups
      
       * gem: Don't use framebuffer format's non-exising color planes
      
       * probe-helper: Use 640x480 as DisplayPort fallback; Refactoring
      
       * scheduler: Don't kill jobs in interrupt context
      
      Driver Changes:
      
       * amdgpu: Use atomic fence helpers in DM; Fix VRAM address calculation;
         Export CRTC bpc settings via debugfs
      
       * bridge: Add TI-DLPC3433;  anx7625: Fixes;  fy07024di26a30d: Optional
         GPIO reset;  icn6211: Cleanups;  ldb: Add reg and reg-name properties
         to bindings, Kconfig fixes;  lt9611: Fix display sensing;  lt9611uxc:
         Fixes;  nwl-dsi: Fixes;  ps8640: Cleanups;  st7735r: Fixes;  tc358767:
         DSI/DPI refactoring and DSI-to-eDP support, Fixes; ti-sn65dsi83:
         Fixes;
      
       * gma500: Cleanup connector I2C handling
      
       * hyperv: Unify VRAM allocation of Gen1 and Gen2
      
       * i915: export CRTC bpc settings via debugfs
      
       * meson: Support YUV422 output; Refcount fixes
      
       * mgag200: Support damage clipping; Support gamma handling; Protect
         concurrent HW access; Fixes to connector; Store model-specific limits
         in device-info structure; Cleanups
      
       * nouveau: Fixes and Cleanups
      
       * panel: Kconfig fixes
      
       * panfrost: Valhall support
      
       * r128: Fix bit-shift overflow
      
       * rockchip: Locking fixes in error path; Minor cleanups
      
       * ssd130x: Fix built-in linkage
      
       * ttm: Cleanups
      
       * udl; Always advertize VGA connector
      
       * fbdev/vesa: Support COMPILE_TEST
      Signed-off-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
      From: Thomas Zimmermann <tzimmermann@suse.de>
      Link: https://patchwork.freedesktop.org/patch/msgid/YqBtumw05JZDEZE2@linux-uq9g
      0f95ee9a
    • Zheng Bin's avatar
      drm/bridge: it6505: Add missing CRYPTO_HASH dependency · abf0ba5a
      Zheng Bin authored
      The driver uses crypto hash functions so it needs to select CRYPTO_HASH.
      This fixes build errors:
      
      drivers/gpu/drm/bridge/ite-it6505.o: in function `it6505_hdcp_wait_ksv_list':
      ite-it6505.c:(.text+0x4c26): undefined reference to `crypto_alloc_shash'
      ite-it6505.c:(.text+0x4c6d): undefined reference to `crypto_shash_digest'
      ite-it6505.c:(.text+0x4c7d): undefined reference to `crypto_destroy_tfm'
      ite-it6505.c:(.text+0x4d69): undefined reference to `crypto_destroy_tfm'
      
      Fixes: b5c84a9e ("drm/bridge: add it6505 driver")
      Signed-off-by: default avatarZheng Bin <zhengbin13@huawei.com>
      Reviewed-by: default avatarRobert Foss <robert.foss@linaro.org>
      Signed-off-by: default avatarRobert Foss <robert.foss@linaro.org>
      Link: https://patchwork.freedesktop.org/patch/msgid/20220613150653.1310029-1-zhengbin13@huawei.com
      abf0ba5a