1. 15 10月, 2015 26 次提交
  2. 08 10月, 2015 5 次提交
  3. 03 10月, 2015 6 次提交
  4. 02 10月, 2015 1 次提交
    • D
      Merge tag 'drm-intel-next-2015-09-11' of git://anongit.freedesktop.org/drm-intel into drm-next · d4070ff7
      Dave Airlie 提交于
      - initialize backlight from VBT as fallback (Jani)
      - hpd A support from Ville
      - various atomic polish all over (mostly from Maarten)
      - first parts of virtualize gpu guest support on bdw from
        Zhiyuan Lv
      - GuC fixes from Alex
      - polish for the chv clocks code (Ville)
      - various things all over, as usual
      
      * tag 'drm-intel-next-2015-09-11' of git://anongit.freedesktop.org/drm-intel: (145 commits)
        drm/i915: Update DRIVER_DATE to 20150911
        drm/i915: Remove one very outdated comment
        drm/i915: Use crtc->state for duplication.
        drm/i915: Do not handle a null plane state.
        drm/i915: Remove legacy plane updates for cursor and sprite planes.
        drm/i915: Use atomic state when changing cursor visibility.
        drm/i915: Use the atomic state in intel_update_primary_planes.
        drm/i915: Use the plane state in intel_crtc_info.
        drm/i915: Use atomic plane state in the primary plane update.
        drm/i915: add attached connector to hdmi container
        drm/i915: don't hard code vlv backlight frequency if unset
        drm/i915: initialize backlight max from VBT
        drm/i915: use pch backlight override on hsw too
        drm/i915/bxt: Clean up bxt_init_clock_gating
        drm/i915: Fix cmdparser STORE/LOAD command descriptors
        drm/i915: Dump pfit state as hex
        drm/i915: access the PP_ON_DELAYS/PP_OFF_DELAYS regs only pre GEN5
        drm/i915: access the PP_CONTROL reg only pre GEN5
        drm/i915: Refactor common ringbuffer allocation code
        drm/i915: use the yesno helper for logging
        ...
      d4070ff7
  5. 30 9月, 2015 1 次提交
    • D
      Merge tag 'topic/drm-misc-2015-09-25' of git://anongit.freedesktop.org/drm-intel into drm-next · 2d4df13c
      Dave Airlie 提交于
      Another attempt at drm-misc for 4.4 ...
      - better atomic helpers for runtime pm drivers
      - atomic fbdev
      - dp aux i2c STATUS_UPDATE handling (for short i2c replies from the sink)
      - bunch of constify patches
      - inital kerneldoc for vga switcheroo
      - some vblank code cleanups from Ville and Thierry
      - various polish all over
      
      * tag 'topic/drm-misc-2015-09-25' of git://anongit.freedesktop.org/drm-intel: (57 commits)
        drm/irq: Add drm_crtc_vblank_count_and_time()
        drm/irq: Rename drm_crtc -> crtc
        drm: drm_atomic_crtc_get_property should be static
        drm/gma500: Remove DP_LINK_STATUS_SIZE redefinition
        vga_switcheroo: Set active attribute to false for audio clients
        drm/core: Preserve the fb id on close.
        drm/core: Preserve the framebuffer after removing it.
        drm: Use vblank timestamps to guesstimate how many vblanks were missed
        drm: store_vblank() is never called with NULL timestamp
        drm: Clean up drm_calc_vbltimestamp_from_scanoutpos() vbl_status
        drm: Limit the number of .get_vblank_counter() retries
        drm: Pass flags to drm_update_vblank_count()
        drm/i915: Fix vblank count variable types
        drm: Kill pixeldur_ns
        drm: Stop using linedur_ns and pixeldur_ns for vblank timestamps
        drm: Move timestamping constants into drm_vblank_crtc
        drm/fbdev: Update legacy plane->fb refcounting for atomic restore
        drm: fix kernel-doc warnings in drm_crtc.h
        vga_switcheroo: Sort headers alphabetically
        drm: Spell vga_switcheroo consistently
        ...
      2d4df13c
  6. 27 9月, 2015 1 次提交