1. 20 1月, 2016 1 次提交
  2. 18 1月, 2016 6 次提交
    • A
      drm/rockchip/dsi: fix handling mipi_dsi_pixel_format_to_bpp result · 484bb6c9
      Andrzej Hajda 提交于
      The function can return negative value so it should be assigned to signed
      variable.
      
      The problem has been detected using patch
      scripts/coccinelle/tests/unsigned_lesser_than_zero.cocci.
      Signed-off-by: NAndrzej Hajda <a.hajda@samsung.com>
      Reviewed-by: NChris Zhong <zyw@rock-chips.com>
      484bb6c9
    • J
      drm/rockchip: vop: fix mask when updating interrupts · c7647f86
      John Keeping 提交于
      Commit dbb3d944 (drm/rockchip: vop: move interrupt registers into
      vop_data) introduced new macros for updating the interrupt control
      registers but these always use the mask from the register definition
      without refining it for the particular bits that are being changed.
      
      This means that whenever we enable/disable a particular interrupt we end
      up disabling all of the others as a side effect.
      Signed-off-by: NJohn Keeping <john@metanate.com>
      c7647f86
    • M
      drm/rockchip: cleanup unnecessary export symbol · 63087aae
      Mark Yao 提交于
      Now rockchip_drm_vop.c is build into rockchipdrm.ko, so
      no need to export following symbol anymore:
          rockchip_drm_dma_attach_device
          rockchip_drm_dma_detach_device
          rockchip_drm_dma_attach_device
          rockchip_drm_dma_detach_device
          rockchip_register_crtc_funcs
          rockchip_unregister_crtc_funcs
          rockchip_fb_get_gem_obj
      Signed-off-by: NMark Yao <mark.yao@rock-chips.com>
      63087aae
    • M
      drm/rockchip: Don't build rockchip_drm_vop as modules · ce90d092
      Mark Yao 提交于
      rockchip_drm_vop's module init had moved to rockchip_vop_reg.c
      so no need to build rockchip_drm_vop.ko
      Signed-off-by: NMark Yao <mark.yao@rock-chips.com>
      ce90d092
    • D
      Merge tag 'drm-intel-next-fixes-2016-01-14' of... · 1df59b84
      Dave Airlie 提交于
      Merge tag 'drm-intel-next-fixes-2016-01-14' of git://anongit.freedesktop.org/drm-intel into drm-next
      
      misc i915 fixes all over the place.
      
      * tag 'drm-intel-next-fixes-2016-01-14' of git://anongit.freedesktop.org/drm-intel:
        drm/i915/gen9: Set PIN_ZONE_4G end to 4GB - 1 page
        drm/i915: Widen return value for reservation_object_wait_timeout_rcu to long.
        drm/i915: intel_hpd_init(): Fix suspend/resume reprobing
        drm/i915: shut up gen8+ SDE irq dmesg noise, again
        drm/i915: Restore inhibiting the load of the default context
        drm/i915: Tune down rpm wakelock debug checks
        drm/i915: Avoid writing relocs with addresses in non-canonical form
        drm/i915: Move Braswell stop_machine GGTT insertion workaround
      1df59b84
    • D
      Merge tag 'topic/drm-misc-2016-01-17' of git://anongit.freedesktop.org/drm-intel into drm-next · 28f03607
      Dave Airlie 提交于
      Since your main drm-next pull isn't out of the door yet I figured I might
      as well flush out drm-misc instead of delaying for 4.6. It's really just
      random stuff all over, biggest thing probably connector_mask tracking from
      Maarten.
      
      * tag 'topic/drm-misc-2016-01-17' of git://anongit.freedesktop.org/drm-intel: (24 commits)
        drm/fb_cma_helper: Remove implicit call to disable_unused_functions
        drm/sysfs: use kobj_to_dev()
        drm/i915: Init power domains early in driver load
        drm: Do not set connector->encoder in drivers
        apple-gmux: Add initial documentation
        drm: move MODULE_PARM_DESC to other file
        drm/edid: index CEA/HDMI mode tables using the VIC
        drm/atomic: Remove drm_atomic_connectors_for_crtc.
        drm/i915: Update connector_mask during readout, v2.
        drm: Remove opencoded drm_gem_object_release_handle()
        drm: Do not set outparam on error during GEM handle allocation
        drm/docs: more leftovers from the big vtable documentation pile
        drm/atomic-helper: Reject legacy flips on a disabled pipe
        drm/atomic: add connector mask to drm_crtc_state.
        drm/tegra: Use __drm_atomic_helper_reset_connector for subclassing connector state, v2.
        drm/atomic: Add __drm_atomic_helper_connector_reset, v2.
        drm/i915: Set connector_state->connector using the helper.
        drm: Use a normal idr allocation for the obj->name
        drm: Only bump object-reference count when adding first handle
        drm: Balance error path for GEM handle allocation
        ...
      28f03607
  3. 15 1月, 2016 1 次提交
  4. 14 1月, 2016 22 次提交
  5. 13 1月, 2016 10 次提交