1. 18 4月, 2016 1 次提交
  2. 15 4月, 2016 5 次提交
  3. 14 4月, 2016 2 次提交
  4. 12 4月, 2016 3 次提交
  5. 06 4月, 2016 3 次提交
    • D
      Merge branch 'drm-next-analogix-dp-v2' of github.com:yakir-Yang/linux into drm-next · d00b39c1
      Dave Airlie 提交于
      This pull request want to land the analogix_dp driver into drm/bridge directory,
      which reused the Exynos DP code, and add Rockchip DP support. And those
      patches have been:
      
      * 'drm-next-analogix-dp-v2' of github.com:yakir-Yang/linux:
        drm: bridge: analogix/dp: Fix the possible dead lock in bridge disable time
        drm: bridge: analogix/dp: add panel prepare/unprepare in suspend/resume time
        drm: bridge: analogix/dp: add edid modes parse in get_modes method
        drm: bridge: analogix/dp: move hpd detect to connector detect function
        drm: bridge: analogix/dp: try force hpd after plug in lookup failed
        drm: bridge: analogix/dp: add max link rate and lane count limit for RK3288
        drm: bridge: analogix/dp: add some rk3288 special registers setting
        dt-bindings: add document for rockchip variant of analogix_dp
        drm: rockchip: dp: add rockchip platform dp driver
        ARM: dts: exynos/dp: remove some properties that deprecated by analogix_dp driver
        dt-bindings: add document for analogix display port driver
        drm: bridge: analogix/dp: dynamic parse sync_pol & interlace & dynamic_range
        drm: bridge: analogix/dp: remove duplicate configuration of link rate and link count
        drm: bridge: analogix/dp: fix some obvious code style
        drm: bridge: analogix/dp: rename register constants
        drm/exynos: dp: rename implementation specific driver part
        drm: bridge: analogix/dp: split exynos dp driver to bridge directory
      d00b39c1
    • D
      Merge tag 'drm-intel-next-2016-03-30' of git://anongit.freedesktop.org/drm-intel into drm-next · 85bd5ac3
      Dave Airlie 提交于
      - VBT code refactor for a clean split between parsing&using of firmware
        information (Jani)
      - untangle the pll computation code, and splitting up the monster
        i9xx_crtc_compute_clocks (Ander)
      - dsi support for bxt (Jani, Shashank Sharma and others)
      - color manager (i.e. de-gamma, color conversion matrix & gamma support) from
        Lionel Landwerlin
      - Vulkan hsw support in the command parser (Jordan Justen)
      - large-scale renaming of intel_engine_cs variables/parameters to avoid the epic
        ring vs. engine confusion introduced in gen8 (Tvrtko Ursulin)
      - few atomic patches from Maarten&Matt, big one is two-stage wm programming on ilk-bdw
      - refactor driver load and add infrastructure to inject load failures for
        testing, from Imre
      - various small things all over
      
      * tag 'drm-intel-next-2016-03-30' of git://anongit.freedesktop.org/drm-intel: (179 commits)
        drm/i915: Update DRIVER_DATE to 20160330
        drm/i915: Call intel_dp_mst_resume() before resuming displays
        drm/i915: Fix races on fbdev
        drm/i915: remove unused dev_priv->render_reclock_avail
        drm/i915: move sdvo mappings to vbt data
        drm/i915: move edp low vswing config to vbt data
        drm/i915: use a substruct in vbt data for edp
        drm/i915: replace for_each_engine()
        drm/i915: introduce for_each_engine_id()
        drm/i915/bxt: Fix DSI HW state readout
        drm/i915: Remove vblank wait from hsw_enable_ips, v2.
        drm/i915: Tidy aliasing_gtt_bind_vma()
        drm/i915: Split PNV version of crtc_compute_clock()
        drm/i915: Split g4x_crtc_compute_clock()
        drm/i915: Split i8xx_crtc_compute_clock()
        drm/i915: Split CHV and VLV specific crtc_compute_clock() hooks
        drm/i915: Merge ironlake_compute_clocks() and ironlake_crtc_compute_clock()
        drm/i915: Move fp divisor calculation into ironlake_compute_dpll()
        drm/i915: Pass crtc_state->dpll directly to ->find_dpll()
        drm/i915: Simplify ironlake_crtc_compute_clock() CPU eDP case
        ...
      85bd5ac3
    • D
      Merge tag 'topic/drm-misc-2016-04-01' of git://anongit.freedesktop.org/drm-intel into drm-next · e7c8e544
      Dave Airlie 提交于
      * tag 'topic/drm-misc-2016-04-01' of git://anongit.freedesktop.org/drm-intel:
        drm: Add new DCS commands in the enum list
        drm: Make uapi headers C89 pendantic compliant
        drm/atomic: export drm_atomic_helper_wait_for_fences()
        drm: Untangle __KERNEL__ guards
        drm: Move DRM_MODE_OBJECT_* to uapi headers
        drm: align #include directives with libdrm in uapi headers
        drm: Make drm.h uapi header safe for C++
        vgacon: dummy implementation for vgacon_text_force
        drm/sysfs: Nuke TV/DVI property files
        drm/ttm: Remove TTM_HAS_AGP
        drm: bridge/dw-hdmi: Remove pre_enable/post_disable dummy funcs
        Revert "drm: Don't pass negative delta to ktime_sub_ns()"
        drm/atmel: Fixup drm_connector_/unplug/unregister/_all
        drm: Rename drm_connector_unplug_all() to drm_connector_unregister_all()
        drm: bridge: Make (pre/post) enable/disable callbacks optional
      e7c8e544
  6. 05 4月, 2016 17 次提交
  7. 03 4月, 2016 9 次提交