Skip to content
  1. Feb 24, 2017
    • Dave Airlie's avatar
      Merge tag 'drm/panel/for-4.11-rc1' of git://anongit.freedesktop.org/tegra/linux into drm-next · 894ebc41
      Dave Airlie authored
      drm/panel: Changes for v4.11-rc1
      
      This set contains a couple of cleanups as well as support for a few more
      simple panels.
      
      * tag 'drm/panel/for-4.11-rc1' of git://anongit.freedesktop.org/tegra/linux:
        drm/panel: simple: Specify bus width and flags for EDT displays
        drm/panel: simple: Add Netron DY E231732
        of: Add vendor prefix for Netron DY
        drm/panel: simple: Add support for Tianma TM070JDHG30
        of: Add vendor prefix for Tianma Micro-electronics
        drm/panel: simple: Add support BOE NV101WXMN51
        dt-bindings: display: Add BOE NV101WXMN51 panel binding
        drm/panel: Constify device node argument to of_drm_find_panel()
      894ebc41
    • Dave Airlie's avatar
      Merge tag 'drm/tegra/for-4.11-rc1' of git://anongit.freedesktop.org/tegra/linux into drm-next · 84f7174b
      Dave Airlie authored
      drm/tegra: Changes for v4.11-rc1
      
      Just a single change that hooks up the Tegra DRM parent device to the
      correct device tree node.
      
      * tag 'drm/tegra/for-4.11-rc1' of git://anongit.freedesktop.org/tegra/linux:
        gpu: host1x: Set OF node for new host1x devices
      84f7174b
  2. Feb 23, 2017
    • Vincent Abriou's avatar
      drm/sti: fix build warnings in sti_drv.c and sti_vtg.c files · f81fa767
      Vincent Abriou authored
      Fix compilation warning introduced by:
      commit 0c7ff84f ("drm/sti: remove deprecated legacy vtg slave")
      commit 5e60f595
      
       ("drm/sti: use atomic_helper for commit")
      
      Signed-off-by: default avatarVincent Abriou <vincent.abriou@st.com>
      Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
      f81fa767
    • Dave Airlie's avatar
      Merge tag 'imx-drm-fixes-2017-02-17' of https://git.pengutronix.de/git/pza/linux into drm-next · 43f86c94
      Dave Airlie authored
      imx-drm: TVE regulator, fb size limit, and ipu-v3 module fixes
      
      - Fix i.MX5 TV encoder probing in case no dac-supply regulator
        is set in the device tree.
      - Remove 64 pixel min_width/height limit, which unnecessarily
        prohibits creation of small frame buffers.
      - Add missing ipu_csi_set_downsize export, for media drivers
        built as modules.
      - Stop modifying pdev->dev.of_node for IPU client devices that
        do not have an OF modalias to fix module autoloading.
      
      * tag 'imx-drm-fixes-2017-02-17' of https://git.pengutronix.de/git/pza/linux:
        gpu: ipu-v3: Stop overwriting pdev->dev.of_node of child devices
        gpu: ipu-v3: export ipu_csi_set_downsize
        drm/imx: lift 64x64 pixel minimum framebuffer size requirement
        drm/imx: imx-tve: Do not set the regulator voltage
      43f86c94
    • Dave Airlie's avatar
      Merge tag 'v4.10-rc8' into drm-next · 94000cc3
      Dave Airlie authored
      Linux 4.10-rc8
      
      Backmerge Linus rc8 to fix some conflicts, but also
      to avoid pulling it in via a fixes pull from someone.
      94000cc3
    • Dave Airlie's avatar
      Merge tag 'drm-tinydrm-2017-02-18' of https://github.com/notro/linux into drm-next · a5eb76d9
      Dave Airlie authored
      Add tinydrm
      
      * tag 'drm-tinydrm-2017-02-18' of https://github.com/notro/linux:
        drm/tinydrm: Add support for Multi-Inno MI0283QT display
        dt-bindings: Add Multi-Inno MI0283QT binding
        dt-bindings: display/panel: Add common rotation property
        of: Add vendor prefix for Multi-Inno
        drm/tinydrm: Add MIPI DBI support
        drm/tinydrm: Add helper functions
        drm: Add DRM support for tiny LCD displays
      a5eb76d9
  3. Feb 19, 2017
  4. Feb 18, 2017
    • Dave Airlie's avatar
      Merge tag 'drm-intel-next-fixes-2017-02-17' of... · 601109c5
      Dave Airlie authored
      Merge tag 'drm-intel-next-fixes-2017-02-17' of git://anongit.freedesktop.org/git/drm-intel into drm-next
      
      i915 and GVT fixes for v4.11 merge window
      
      * tag 'drm-intel-next-fixes-2017-02-17' of git://anongit.freedesktop.org/git/drm-intel: (32 commits)
        drm/i915: Fix not finding the VBT when it overlaps with OPREGION_ASLE_EXT
        drm/i915: Pass timeout==0 on to i915_gem_object_wait_fence()
        drm/i915/gvt: Disable access to stolen memory as a guest
        drm/i915: Avoid spurious WARNs about the wrong pipe in the PPS code
        drm/i915: Check for timeout completion when waiting for the rq to submitted
        drm/i915: A hotfix for making aliasing PPGTT work for GVT-g
        drm/i915: Restore context and pd for ringbuffer submission after reset
        drm/i915: Let execlist_update_context() cover !FULL_PPGTT mode.
        drm/i915/lspcon: Fix resume time initialization due to unasserted HPD
        drm/i915/gen9+: Enable hotplug detection early
        drm/i915: Reject set-tiling-ioctl with stride==0 and a tiling mode
        drm/i915: Recreate internal objects with single page segments if dmar fails
        drm/i915/gvt: return error code if dma map iova failed
        drm/i915/gvt: optimize the inhibit context mmio load
        drm/i915/gvt: add sprite plane flip done support.
        drm/i915/gvt: add missing display part reset for vGPU reset
        drm/i915/gvt: Fix shadow context descriptor
        drm/i915/gvt: Fix alignment for GTT allocation
        drm/i915/gvt: fix crash at function release_shadow_wa_ctx
        drm/i915/gvt: enable IOMMU for gvt
        ...
      601109c5
  5. Feb 17, 2017