1. 09 12月, 2016 7 次提交
  2. 07 12月, 2016 31 次提交
  3. 06 12月, 2016 2 次提交
    • D
      Merge branch 'exynos-drm-next' of... · 197aa6ed
      Dave Airlie 提交于
      Merge branch 'exynos-drm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos into drm-next
      
      Just refactoring HDMI driver by using infoframe helper
      function, fixing GSC Kconfig dependency issue and including trivial
      cleanups.
      
      * 'exynos-drm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos:
        drm/exynos: Use VIDEO_SAMSUNG_EXYNOS_GSC=n as GSC Kconfig dependency
        drm/exynos: gsc: fix spelling mistakes
        exynos-drm: Fix error messages to print flags and size
        drm/exynos/hdmi: refactor infoframe code
      197aa6ed
    • D
      Merge branch 'drm-next-4.10' of git://people.freedesktop.org/~agd5f/linux into drm-next · 17f1dfd0
      Dave Airlie 提交于
      - lots of code cleanup
      - lots of bug fixes
      - expose rpm based fan info via hwmon
      - lots of clock and powergating fixes
      - SI register header cleanup and conversion to common format used by newer asics
      
      * 'drm-next-4.10' of git://people.freedesktop.org/~agd5f/linux: (54 commits)
        drm/amdgpu: drop is_display_hung from display funcs
        drm/amdgpu/uvd: reduce IB parsing overhead on UVD5+ (v2)
        drm/amdgpu/uvd: consolidate code for fetching addr from ctx
        drm/amdgpu: Disable DPM in virtualization
        drm/amdgpu: use AMDGPU_GEM_CREATE_VRAM_CLEARED for VM PD/PTs (v2)
        drm/amdgpu: improve AMDGPU_GEM_CREATE_VRAM_CLEARED handling (v2)
        drm/amdgpu: fix error handling in amdgpu_bo_create_restricted
        drm/amdgpu: fix amdgpu_fill_buffer (v2)
        drm/amdgpu: remove amdgpu_irq_get_delayed
        amdgpu: Wrap dev_err() calls on vm faults with printk_ratelimit()
        amdgpu: Use dev_err() over vanilla printk() in vm_decode_fault()
        drm/amd/amdgpu: port of DCE v6 to new headers (v3)
        drm/amdgpu: cleanup unused iterator members for sdma v2.4
        drm/amdgpu: cleanup unused iterator members for sdma v3
        drm/amdgpu:impl vgt_flush for VI(V5)
        drm/amdgpu: enable uvd mgcg for Fiji.
        drm/amdgpu: refine cz uvd clock gate logic.
        drm/amdgpu: change log level to KERN_INFO in ci_dpm.c
        drm/amdgpu: always un-gate UVD REGS path.
        drm/amdgpu/sdma: fix typo in packet setup
        ...
      17f1dfd0