1. 07 12月, 2016 24 次提交
  2. 06 12月, 2016 7 次提交
    • 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
    • D
      Merge branch 'drm-etnaviv-next' of git://git.pengutronix.de/lst/linux into drm-next · 770ac204
      Dave Airlie 提交于
      - fix dma-buf export path to return correct SG table
      - trivially implement direct dma-buf mapping
      - allow DRAW_INSTANCED commands in validator
      - make the driver work on i.MX6SX, yielding a working 2D/3D stack
      together with Mareks MXS DRM driver
      
      * 'drm-etnaviv-next' of git://git.pengutronix.de/lst/linux:
        MAINTAINERS: add etnaviv mailinglist
        drm/etnaviv: move linear window on MC1.0 parts if necessary
        drm/etnaviv: don't invoke OOM killer from dump code
        drm/etnaviv: fix gem_prime_get_sg_table to return new SG table
        drm/etnaviv: Allow DRAW_INSTANCED commands
        drm/etnaviv: implement dma-buf mmap
      770ac204
    • D
      Merge branch 'linux-4.10' of git://github.com/skeggsb/linux into drm-next · 9ac63d99
      Dave Airlie 提交于
      - BIT_PERF_PTRS uses 32-bit pointers to its subtables, we were parsing
      them as 16-bit, causing various issues on newer boards.
      - Support for MXM on GM20x and up.
      - More display-related fixes.
      
      * 'linux-4.10' of git://github.com/skeggsb/linux:
        drm/nouveau/mxm: warn more loudly on unsupported DCB version
        drm/nouveau/mxm: handle DCB 4.1 modification
        drm/nouveau/bios/mxm: handle digital connector table 1.1
        drm/nouveau: Queue hpd_work on (runtime) resume
        drm/nouveau: Rename acpi_work to hpd_work
        drm/nouveau/kms/nv50: Fix atomic pageflip events.
        drm/nouveau/fb/ram/gp100-: fix memory detection where FBP_NUM != FBPA_NUM
        drm/nouveau/bios/volt: pointers are 32-bit
        drm/nouveau/bios/vmap: pointers are 32-bit
        drm/nouveau/bios/timing: pointers are 32-bit
        drm/nouveau/bios/therm: pointers are 32-bit
        drm/nouveau/bios/perf: pointers are 32-bit
        drm/nouveau/bios/iccsense: pointers are 32-bit
        drm/nouveau/bios/fan: pointers are 32-bit
        drm/nouveau/bios/cstep: pointers are 32-bit
        drm/nouveau/bios/boost: pointers are 32-bit
      9ac63d99
    • B
      a8f6cb7b
    • B
      drm/nouveau/mxm: handle DCB 4.1 modification · f6bf1739
      Ben Skeggs 提交于
      Allows MXM DCB modification to be handled on GM20x and newer boards.
      Signed-off-by: NBen Skeggs <bskeggs@redhat.com>
      f6bf1739
    • B
      drm/nouveau/bios/mxm: handle digital connector table 1.1 · 8ca99316
      Ben Skeggs 提交于
      I suspect the version bump is just to signify that the table now specifies
      pad macro/links instead of SOR/sublinks.
      
      For our usage of the table, just recognising the new version is enough.
      Signed-off-by: NBen Skeggs <bskeggs@redhat.com>
      8ca99316
  3. 05 12月, 2016 6 次提交
  4. 04 12月, 2016 2 次提交
  5. 03 12月, 2016 1 次提交
    • L
      Merge branch 'akpm' (patches from Andrew) · 3c49de52
      Linus Torvalds 提交于
      Merge more fixes from Andrew Morton:
       "2 fixes"
      
      * emailed patches from Andrew Morton <akpm@linux-foundation.org>:
        mm, vmscan: add cond_resched() into shrink_node_memcg()
        mm: workingset: fix NULL ptr in count_shadow_nodes
      3c49de52