1. 28 1月, 2017 37 次提交
  2. 27 1月, 2017 3 次提交
    • C
      drm/sti: Fix compilation failure for drm_framebuffer.pixel_format · a5b2b6eb
      Chris Wilson 提交于
      drivers/gpu/drm/sti/sti_plane.c:76:33: error: ‘struct drm_framebuffer’
      has no member named ‘pixel_format’; did you mean ‘format’?
      
      I didn't look to hard at the casting to a char * and just did a
      mechanical transformation of s/pixel_format/format->format/ as given in
      commit 438b74a5 ("drm: Nuke fb->pixel_format").
      
      Fixes: 438b74a5 ("drm: Nuke fb->pixel_format")
      Signed-off-by: NChris Wilson <chris@chris-wilson.co.uk>
      Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
      Cc: Benjamin Gaignard <benjamin.gaignard@linaro.org>
      Cc: Vincent Abriou <vincent.abriou@st.com>
      Acked-by: NVincent Abriou <vincent.abriou@st.com>
      Reviewed-by: NVille Syrjälä <ville.syrjala@linux.intel.com>
      Signed-off-by: NDave Airlie <airlied@redhat.com>
      a5b2b6eb
    • D
      Merge tag 'drm-misc-next-2017-01-23' of git://anongit.freedesktop.org/git/drm-misc into drm-next · 3875623c
      Dave Airlie 提交于
      - cleanups&fixes for dw-hdmi bride driver (Laurent)
      - updates for adv bridge driver (John Stultz) for nexus
      - drm_crtc_from_index helper rollout (Shawn Guo)
      - removing drm_framebuffer_unregister_private from drivers&core
      - target_vblank (Andrey Grodzovsky)
      - misc tiny stuff
      
      * tag 'drm-misc-next-2017-01-23' of git://anongit.freedesktop.org/git/drm-misc: (49 commits)
        drm: qxl: Open code teardown function for qxl
        drm: qxl: Open code probing sequence for qxl
        drm/bridge: adv7511: Re-write the i2c address before EDID probing
        drm/bridge: adv7511: Reuse __adv7511_power_on/off() when probing EDID
        drm/bridge: adv7511: Rework adv7511_power_on/off() so they can be reused internally
        drm/bridge: adv7511: Enable HPD interrupts to support hotplug and improve monitor detection
        drm/bridge: adv7511: Switch to using drm_kms_helper_hotplug_event()
        drm/bridge: adv7511: Use work_struct to defer hotplug handing to out of irq context
        drm: vc4: use crtc helper drm_crtc_from_index()
        drm: tegra: use crtc helper drm_crtc_from_index()
        drm: nouveau: use crtc helper drm_crtc_from_index()
        drm: mediatek: use crtc helper drm_crtc_from_index()
        drm: kirin: use crtc helper drm_crtc_from_index()
        drm: exynos: use crtc helper drm_crtc_from_index()
        dt-bindings: display: dw-hdmi: Clean up DT bindings documentation
        drm: bridge: dw-hdmi: Assert SVSRET before resetting the PHY
        drm: bridge: dw-hdmi: Fix the name of the PHY reset macros
        drm: bridge: dw-hdmi: Define and use macros for PHY register addresses
        drm: bridge: dw-hdmi: Detect PHY type at runtime
        drm: bridge: dw-hdmi: Handle overflow workaround based on device version
        ...
      3875623c
    • D
      Merge tag 'drm-intel-next-2017-01-23' of git://anongit.freedesktop.org/git/drm-intel into drm-next · a7e2641a
      Dave Airlie 提交于
      Final block of feature work for 4.11:
      
      - gen8 pd cleanup from Matthew Auld
      - more cleanups for view/vma (Chris)
      - dmc support on glk (Anusha Srivatsa)
      - use core crc api (Tomue)
      - track wedged requests using fence.error (Chris)
      - lots of psr fixes (Nagaraju, Vathsala)
      - dp mst support, acked for merging through drm-intel by Takashi
        (Libin)
      - huc loading support, including uapi for libva to use it (Anusha
        Srivatsa)
      
      * tag 'drm-intel-next-2017-01-23' of git://anongit.freedesktop.org/git/drm-intel: (111 commits)
        drm/i915: Update DRIVER_DATE to 20170123
        drm/i915: reinstate call to trace_i915_vma_bind
        drm/i915: Assert that created vma has a whole number of pages
        drm/i915: Assert the drm_mm_node is allocated when on the VM lists
        drm/i915: Treat an error from i915_vma_instance() as unlikely
        drm/i915: Reject vma creation larger than address space
        drm/i915: Use common LRU inactive vma bumping for unpin_from_display
        drm/i915: Do an unlocked wait before set-cache-level ioctl
        drm/i915/huc: Assert that HuC vma is placed in GuC accessible range
        drm/i915/huc: Avoid attempting to authenticate non-existent fw
        drm/i915: Set adjustment to zero on Up/Down interrupts if freq is already max/min
        drm/i915: Remove the double handling of 'flags from intel_mode_from_pipe_config()
        drm/i915: Remove crtc->config usage from intel_modeset_readout_hw_state()
        drm/i915: Release temporary load-detect state upon switching
        drm/i915: Remove i915_gem_object_to_ggtt()
        drm/i915: Remove i915_vma_create from VMA API
        drm/i915: Add a check that the VMA instance we lookup matches the request
        drm/i915: Rename some warts in the VMA API
        drm/i915: Track pinned vma in intel_plane_state
        drm/i915/get_params: Add HuC status to getparams
        ...
      a7e2641a