1. 29 8月, 2019 1 次提交
  2. 17 7月, 2019 1 次提交
  3. 26 6月, 2019 1 次提交
  4. 21 6月, 2019 1 次提交
    • D
      drm/prime: Actually remove DRIVER_PRIME everywhere · 0424fdaf
      Daniel Vetter 提交于
      Split out to make the functional changes stick out more.
      
      All places where DRIVER_PRIME was used have been removed in previous
      patches already.
      
      v2: amdgpu gained DRIVER_SYNCOBJ_TIMELINE.
      
      v3: amdgpu lost DRIVER_SYNCOBJ_TIMELINE.
      
      v4: Don't add a space in i915_drv.c (Sam)
      
      v5: Add note that previous patches removed all the DRIVER_PRIME users
      already (Emil).
      
      v6: Fixupe ingenic (new driver) while applying.
      
      Cc: Sam Ravnborg <sam@ravnborg.org>
      Reviewed-by: NEmil Velikov <emil.velikov@collabora.com>
      Reviewed-by: NEric Anholt <eric@anholt.net>
      Signed-off-by: NDaniel Vetter <daniel.vetter@intel.com>
      Cc: amd-gfx@lists.freedesktop.org
      Cc: etnaviv@lists.freedesktop.org
      Cc: freedreno@lists.freedesktop.org
      Cc: intel-gfx@lists.freedesktop.org
      Cc: lima@lists.freedesktop.org
      Cc: linux-amlogic@lists.infradead.org
      Cc: linux-arm-kernel@lists.infradead.org
      Cc: linux-arm-msm@vger.kernel.org
      Cc: linux-aspeed@lists.ozlabs.org
      Cc: linux-renesas-soc@vger.kernel.org
      Cc: linux-rockchip@lists.infradead.org
      Cc: linux-samsung-soc@vger.kernel.org
      Cc: linux-stm32@st-md-mailman.stormreply.com
      Cc: linux-tegra@vger.kernel.org
      Cc: nouveau@lists.freedesktop.org
      Cc: NXP Linux Team <linux-imx@nxp.com>
      Cc: spice-devel@lists.freedesktop.org
      Cc: virtualization@lists.linux-foundation.org
      Cc: VMware Graphics <linux-graphics-maintainer@vmware.com>
      Cc: xen-devel@lists.xenproject.org
      Link: https://patchwork.freedesktop.org/patch/msgid/20190617153924.414-1-daniel.vetter@ffwll.ch
      0424fdaf
  5. 19 6月, 2019 1 次提交
  6. 10 6月, 2019 1 次提交
  7. 18 3月, 2019 6 次提交
  8. 24 1月, 2019 1 次提交
  9. 02 10月, 2018 2 次提交
  10. 03 9月, 2018 20 次提交
  11. 14 7月, 2018 1 次提交
  12. 28 6月, 2018 2 次提交
  13. 28 3月, 2018 1 次提交
  14. 01 3月, 2018 1 次提交
    • T
      drm/omap: fix maximum sizes · 1915d7fa
      Tomi Valkeinen 提交于
      We define max width and height in mode_config to 2048. These maximums
      affect many things, which are independent and depend on platform. We
      need to do more fine grained checks in the code paths for each
      component, and so the maximum values in mode_config should just be "big
      enough" to cover all use cases.
      
      Change the maximum width & height to 8192.
      Signed-off-by: NTomi Valkeinen <tomi.valkeinen@ti.com>
      1915d7fa