1. 09 10月, 2017 3 次提交
  2. 07 10月, 2017 34 次提交
  3. 06 10月, 2017 1 次提交
    • D
      Merge tag 'drm-misc-next-2017-10-05' of git://anongit.freedesktop.org/git/drm-misc into drm-next · 15438ab0
      Dave Airlie 提交于
      More drm-misc for 4.15:
      
      Cross-subsystem Changes:
      - bunch more simple outreachy patches (Meghana Madhyastha, Aishwarya
        Pant, Haneen Mohammed)
      - Quite a pile of static checker/cocci/spelling fixups all over.
      - Final driver patches+core cleanup of Noralf's new drm_gem_fb_create
        helper.
      
      Core Changes:
      - legacy DPMS docs improved
      - add dri-devel m-l to fbdev to catch people who try to fix
        fbcon-on-kms bugs in the wrong place
      
      Driver Changes:
      - vc4: prep for dsi panels (Eric)
      
      * tag 'drm-misc-next-2017-10-05' of git://anongit.freedesktop.org/git/drm-misc: (34 commits)
        drm: fix typo in drm_gem_get_pages() comment
        MAINTAINERS: Add dri-devel as a mailing list for anything fbdev
        drm/virtio: Replace instances of reference/unreference with get/put
        drm/fb-cma-helper: Remove unused functions
        drm/tve200: Use drm_gem_fb_create() and drm_gem_fb_prepare_fb()
        drm/sun4i: Use drm_gem_fb_create()
        drm/shmobile: Use drm_gem_fb_create()
        drm/rcar-du: Use drm_gem_fb_create()
        drm/mxsfb: Use drm_gem_fb_create() and drm_gem_fb_prepare_fb()
        drm/meson: Use drm_gem_fb_create()
        drm/hisilicon/kirin: Use drm_gem_fb_create()
        drm/fsl-dcu: Use drm_gem_fb_create()
        drm/tinydrm: Use drm_gem_framebuffer_helper
        drm: of: always initialize panel in drm_of_find_panel_or_bridge()
        drm/tve200: Check for IS_ERR instead of NULL in probe
        drm/tve200: make two functions static
        drm/armada: Remove unused #include <drmP.h>
        drm/rockchip: Rely on the default best_encoder() behavior
        drm/vc4: Set up the DSI host at pdev probe time, not component bind.
        drm/vc4: Avoid using vrefresh==0 mode in DSI htotal math.
        ...
      15438ab0
  4. 05 10月, 2017 1 次提交
  5. 03 10月, 2017 1 次提交
    • D
      MAINTAINERS: Add dri-devel as a mailing list for anything fbdev · 47d04676
      Daniel Vetter 提交于
      fbdev is in maintenance only, except that it's still used by drm
      through the drm fbdev emulation, to be able to use fbcon. And people
      might want to sometimes extend fbcon to enable new features for drm
      drivers, e.g. Hans' panel orientation work.
      
      The problem is that when those patches only touch fbdev code they'll
      never show up on drm developer's radar, which means we end up with
      designs that don't really fit whell into the full stack. That happened
      a bit with the panel orientation work, where an fbcon patch made it
      into 4.14, implementing a design that won't really work on the drm
      side. Which means we now have to redo things, and on top coordinate 2
      subsystem trees.
      
      Since fbdev is super low-volume we can prevent this in the future by
      simply adding the dri-devel mailing list to the fbdev subsystem.
      
      Cc: Hans de Goede <hdegoede@redhat.com>
      Cc: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
      Cc: linux-fbdev@vger.kernel.org
      Cc: dri-devel@lists.freedesktop.org
      Cc: Sean Paul <seanpaul@chromium.org>
      Cc: David Airlie <airlied@linux.ie>
      Acked-by: NSean Paul <seanpaul@chromium.org>
      Acked-by: NDave Airlie <airlied@gmail.com>
      Signed-off-by: NDaniel Vetter <daniel.vetter@intel.com>
      Link: https://patchwork.freedesktop.org/patch/msgid/20170908153528.17528-1-daniel.vetter@ffwll.ch
      47d04676