Hi Dave, Back from lca, time to start the 4.6 release train! I'll follow up with some drm-misc pull, too. drm-intel-next-2016-01-24: - support for v3 vbt dsi blocks (Jani) - improve mmio debug checks (Mika Kuoppala) - reorg the ddi port translation table entries and related code (Ville) - reorg gen8 interrupt handling for future platforms (Tvrtko) - refactor tile width/height computations for framebuffers (Ville) - kerneldoc integration for intel_pm.c (Jani) - move default context from engines to device-global dev_priv (Dave Gordon) - make seqno/irq ordering coherent with execlist (Chris) - decouple internal engine number from UABI (Chris&Tvrtko) - tons of small fixes all over, as usual drm-intel-next-2016-01-11: - GuC ADS support (Alex Dai) - support for v3 of the vbt mipi/dsi panel sequence (Jani Nikula) - more prep work for atomic watermarks (Matt Roper) - clean up cursor handling and align more with other planes (Maarten) - improvements to the unclaimed mmio debug code (Mika Kuoppalla) - various improvements, w/a, updated translation tables, ... Cheers, Daniel The following changes since commit 1df59b8497f47495e873c23abd6d3d290c730505: Merge tag 'drm-intel-next-fixes-2016-01-14' of git://anongit.freedesktop.org/drm-intel into drm-next (2016-01-18 07:02:19 +1000) are available in the git repository at: git://anongit.freedesktop.org/drm-intel tags/drm-intel-next-2016-01-24 for you to fetch changes up to 947eaebc318d63ada82901cea86c586ac3d854f0: drm/i915: Update DRIVER_DATE to 20160124 (2016-01-24 22:49:17 +0100) ---------------------------------------------------------------- - support for v3 vbt dsi blocks (Jani) - improve mmio debug checks (Mika Kuoppala) - reorg the ddi port translation table entries and related code (Ville) - reorg gen8 interrupt handling for future platforms (Tvrtko) - refactor tile width/height computations for framebuffers (Ville) - kerneldoc integration for intel_pm.c (Jani) - move default context from engines to device-global dev_priv (Dave Gordon) - make seqno/irq ordering coherent with execlist (Chris) - decouple internal engine number from UABI (Chris&Tvrtko) - tons of small fixes all over, as usual ---------------------------------------------------------------- Alex Dai (6): drm/i915/guc: Move GuC wq_check_space to alloc_request_extras drm/i915/guc: Add GuC ADS (Addition Data Structure) - allocation drm/i915/guc: Add GuC ADS - scheduler policies drm/i915/guc: Add GuC ADS - MMIO reg state drm/i915/guc: Add GuC ADS - enabling ADS drm/i915/guc: Fix a memory leak where guc->execbuf_client is not freed Ankitprasad Sharma (1): drm/i915: Allow use of get_dma_address for stolen backed objects Arun Siluvery (1): drm/i915/gen9: Correct max save/restore register count during gpu reset with GuC Ben Widawsky (5): drm/i915: Limit VF cache invalidate workaround usage to gen9 drm/i915: Fix whitespace (trivial) drm/i915: Cleanup some of the CSB handling drm/i915: Change WARN to ERROR in CSB count drm/i915: Extract CSB status read Boyer, Wayne (1): drm/i915: Don't warn if the workaround list is empty part 2. Chris Wilson (7): drm/i915: Move Braswell stop_machine GGTT insertion workaround mm: Export nr_swap_pages drm/i915: Disable shrinker for non-swapped backed objects drm/i915: Restore inhibiting the load of the default context drm/i915: Demote user facing DMC firmware load failure message drm/i915: Use ordered seqno write interrupt generation on gen8+ execlists drm/i915: Seal busy-ioctl uABI and prevent leaking of internal ids Daniel Vetter (5): drm/i915: Tune down rpm wakelock debug checks drm/i915: Update DRIVER_DATE to 20160111 Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queued drm/i915: Tune down "GT register while GT waking disabled" message drm/i915: Update DRIVER_DATE to 20160124 Dave Gordon (5): drm/i915/guc: Expose (intel)_lr_context_size() drm/i915: add kerneldoc for intel_lr_context_size() drm/i915: simplify allocation of driver-internal requests drm/i915: abolish separate per-ring default_context pointers drm/i915: tidy up a few leftovers Francisco Jerez (1): drm/i915: Make sure DC writes are coherent on flush. Gary Wang (2): drm/i915: Correct max delay for HDMI hotplug live status checking drm/i915: increase the tries for HDMI hotplug live status checking Geliang Tang (2): drm/i915: use kobj_to_dev() drm/i915: use hlist_for_each_entry Insu Yun (1): i915: correctly handling failed allocation Jani Nikula (25): drm/i915/bios: add proper documentation for the Video BIOS Table (VBT) drm/i915/bios: fix header define name for intel_bios.h drm/i915/bios: split the MIPI DSI VBT block parsing to two drm/i915/bios: have get_blocksize() support MIPI sequence block v3+ drm/i915/bios: abstract finding the panel sequence block drm/i915/bios: rewrite sequence block parsing drm/i915/dsi: be defensive about out of bounds sequence id drm/i915/dsi: be defensive about out of bounds operation byte drm/i915: shut up gen8+ SDE irq dmesg noise, again drm/i915/dsi: abstract get pclk platform differences drm/i915/dsi: remove unused dsi_rr_formula() drm/i915/bios: interpret the i2c element drm/i915/bios: add sequences for MIPI sequence block v2 drm/i915: skip the i2c element in the generic VBT DSI driver drm/i915/bios: add defines for v3 sequence block drm/i915/bios: add support for MIPI sequence block v3 drm/i915/dsi: skip unknown elements for sequence block v3+ drm/i915/dsi: reduce tedious repetition drm/i915/dsi: add debug printing of the new sequence block names drm/i915: add onoff utility function drm/i915/bios: Fix the sequence size calculations for MIPI seq v3 drm/i915/dp: fall back to 18 bpp when sink capability is unknown drm/i915/sdvo: revert bogus kernel-doc comments to normal comments drm/i915: turn some bogus kernel-doc comments to normal comments drm/i915: add DOC: headline to RC6 kernel-doc Joonas Lahtinen (4): drm/i915: Decouple struct i915_params i915 into i915_params.h drm/i915: Reorder i915_params struct. drm/i915: Simplify _STATE_ debug macros drm/i915: Compile-time concatenate WARN_ON macro strings Lukas Wunner (1): drm/i915: Remove obsolete code from intelfb_alloc() Lyude (1): drm/i915: intel_hpd_init(): Fix suspend/resume reprobing Maarten Lankhorst (13): drm/i915/skl: Do not allow scaling when crtc is disabled. drm/i915: Do not acquire crtc state to check clock during modeset, v4. drm/i915: Keep track of the cdclk as if all crtc's were active. drm/i915: Calculate visibility in check_plane correctly regardless of dpms. drm/i915: Allow fuzzy matching in intel_compare_link_m_n drm/i915: Use passed plane state for sprite planes, v4. drm/i915: Do not use commit_plane for sprite planes. drm/i915: Remove some visibility checks from intel_crtc_update_cursor. drm/i915: Make disable_cursor_plane similar to commit_cursor_plane. drm/i915: Use the plane state for cursor updates. drm/i915: Use plane state for primary plane updates. drm/i915: Remove commit_plane function pointer. drm/i915: Widen return value for reservation_object_wait_timeout_rcu to long. Matt Roper (7): drm/i915: Setup clipped src/dest coordinates during FB reconstruction (v2) drm/i915: Convert hsw_compute_linetime_wm to use in-flight state drm/i915: Add extra paranoia to ILK watermark calculations drm/i915: Sanitize watermarks after hardware state readout (v4) drm/i915: Add two-stage ILK-style watermark programming (v10) drm/i915: Handle error paths during watermark sanitization properly (v3) Revert "drm/i915: Add two-stage ILK-style watermark programming (v10)" Michał Winiarski (1): drm/i915: Avoid writing relocs with addresses in non-canonical form Michel Thierry (2): drm/i915/kbl: Enable PW1 and Misc I/O power wells drm/i915/gen9: Set PIN_ZONE_4G end to 4GB - 1 page Mika Kuoppala (11): drm/i915: Apply broader WaRsDisableCoarsePowerGating for guc also drm/i915: Inspect subunit states on hangcheck drm/i915: Consolidate unclaimed mmio detection drm/i915: Introduce intel_uncore_unclaimed_mmio drm/i915: Detect and clear unclaimed access on resume drm/i915: Do one shot unclaimed mmio detection less frequently drm/i915: Streamline unclaimed reg debug trace drm/i915: Add non claimed mmio checking for vlv/chv drm/i915: Enable mmio_debug for vlv/chv drm/i915: Arm the unclaimed mmio debugs on suspend path drm/i915: Limit the auto arming of mmio debugs on vlv/chv Rodrigo Vivi (4): drm/i915: Update Skylake DDI translation table for HDMI. drm/i915: Update Skylake DDI translation table for DP. drm/i915: Cleaning up DDI translation tables drm/i915/kbl: Adding missing IS_KABYLAKE checks. Tvrtko Ursulin (12): drm/i915/bdw+: Replace list_del+list_add_tail with list_move_tail drm/i915/gen8: Tidy display interrupt processing drm/i915/gen8: Factor out display interrupt handling drm/i915: Extract vfunc setup from logical ring initializers drm/i915: Compact logical ring interrupt initialization drm/i915: Fix bsd2 ring name drm/i915: Only grab timestamps when needed drm/i915: Do not call API requiring struct_mutex where it is not available drm/i915: Cache ringbuffer GTT VMA drm/i915: Cache LRC state page in the context drm/i915: Do not put big intel_crtc_state on the stack drm/i915: Decouple execbuf uAPI from internal implementation Ville Syrjälä (31): drm/i915: Workaround CHV pipe C cursor fail drm/i915: Unbreak check_digital_port_conflicts() drm/i915: Pass the correct encoder to intel_ddi_clk_select() with MST drm/i915: Check max number of lanes when registering DDI ports drm/i915: Store max lane count in intel_digital_port drm/i915: Remove pointless 'ddi_translations' local variable drm/i915: Eliminate duplicated skl_get_buf_trans_dp() drm/i915: Pass around dev_priv for ddi buffer programming drm/i915: Reject >9 ddi translation entried if port != A/E on SKL drm/i915: Kill intel_prepare_ddi() drm/i915: Cleanup phys status page too drm/i915: Wait for pipe to start before sampling vblank timestamps on gen2 drm/i915: Allow 27 bytes child_dev for VBT <109 drm/i915: Expect child dev size of 22 bytes for VBT < 106 drm/i915: Use MI_BATCH_BUFFER_START on 830/845 drm/i915: Only complain about n_edp_entries with eDP ports drm/i915: Pass modifier instead of tiling_mode to gen4_compute_page_offset() drm/i915: Factor out intel_tile_width() drm/i915: Redo intel_tile_height() as intel_tile_size() / intel_tile_width() drm/i915: change intel_fill_fb_ggtt_view() to use the real tile size drm/i915: Use intel_tile_{size,width,height}() in intel_gen4_compute_page_offset() drm/i915: s/intel_gen4_compute_page_offset/intel_compute_tile_offset/ drm/i915: Refactor intel_surf_alignment() drm/i915: Start WM computation from scratch on ILK-BDW drm/i915: Use the active wm config for merging on ILK-BDW drm/i915: Don't leak framebuffer_references if drm_framebuffer_init() fails drm/i915: Set i915_ggtt_view_normal type explicitly drm/i915: Pass the dma_addr_t array as const to rotate_pages() drm/i915: Don't reject primary plane windowing with color keying enabled on SKL+ drm/i915: skl_update_scaler() wants a rotation bitmask instead of bit number drm/i915: Fix NULL plane->fb oops on SKL Documentation/DocBook/gpu.tmpl | 6 + drivers/gpu/drm/i915/i915_debugfs.c | 56 +- drivers/gpu/drm/i915/i915_drv.c | 15 +- drivers/gpu/drm/i915/i915_drv.h | 108 ++- drivers/gpu/drm/i915/i915_gem.c | 95 ++- drivers/gpu/drm/i915/i915_gem_context.c | 29 +- drivers/gpu/drm/i915/i915_gem_execbuffer.c | 163 +++-- drivers/gpu/drm/i915/i915_gem_gtt.c | 8 +- drivers/gpu/drm/i915/i915_gem_gtt.h | 1 - drivers/gpu/drm/i915/i915_gem_shrinker.c | 60 +- drivers/gpu/drm/i915/i915_gem_stolen.c | 3 + drivers/gpu/drm/i915/i915_gpu_error.c | 2 +- drivers/gpu/drm/i915/i915_guc_reg.h | 1 + drivers/gpu/drm/i915/i915_guc_submission.c | 146 +++- drivers/gpu/drm/i915/i915_irq.c | 254 ++++--- drivers/gpu/drm/i915/i915_params.c | 1 + drivers/gpu/drm/i915/i915_params.h | 68 ++ drivers/gpu/drm/i915/i915_reg.h | 5 + drivers/gpu/drm/i915/i915_sysfs.c | 8 +- drivers/gpu/drm/i915/intel_atomic.c | 2 +- drivers/gpu/drm/i915/intel_atomic_plane.c | 14 +- drivers/gpu/drm/i915/intel_bios.c | 412 ++++++----- drivers/gpu/drm/i915/intel_bios.h | 60 +- drivers/gpu/drm/i915/intel_csr.c | 14 +- drivers/gpu/drm/i915/intel_ddi.c | 291 ++++---- drivers/gpu/drm/i915/intel_display.c | 1090 ++++++++++++++++------------ drivers/gpu/drm/i915/intel_dp.c | 30 +- drivers/gpu/drm/i915/intel_dp_mst.c | 4 +- drivers/gpu/drm/i915/intel_drv.h | 51 +- drivers/gpu/drm/i915/intel_dsi.c | 9 +- drivers/gpu/drm/i915/intel_dsi.h | 3 +- drivers/gpu/drm/i915/intel_dsi_panel_vbt.c | 153 ++-- drivers/gpu/drm/i915/intel_dsi_pll.c | 93 +-- drivers/gpu/drm/i915/intel_fbdev.c | 4 +- drivers/gpu/drm/i915/intel_guc.h | 4 + drivers/gpu/drm/i915/intel_guc_fwif.h | 113 ++- drivers/gpu/drm/i915/intel_guc_loader.c | 13 +- drivers/gpu/drm/i915/intel_hdmi.c | 8 +- drivers/gpu/drm/i915/intel_lrc.c | 563 +++++++------- drivers/gpu/drm/i915/intel_lrc.h | 23 +- drivers/gpu/drm/i915/intel_overlay.c | 24 +- drivers/gpu/drm/i915/intel_pm.c | 93 ++- drivers/gpu/drm/i915/intel_ringbuffer.c | 40 +- drivers/gpu/drm/i915/intel_ringbuffer.h | 19 +- drivers/gpu/drm/i915/intel_runtime_pm.c | 31 +- drivers/gpu/drm/i915/intel_sdvo_regs.h | 76 +- drivers/gpu/drm/i915/intel_sprite.c | 161 ++-- drivers/gpu/drm/i915/intel_uncore.c | 139 ++-- include/uapi/drm/i915_drm.h | 33 +- mm/swapfile.c | 6 + 50 files changed, 2738 insertions(+), 1867 deletions(-) create mode 100644 drivers/gpu/drm/i915/i915_params.h mode change 100644 => 100755 drivers/gpu/drm/i915/intel_hdmi.c -- Daniel Vetter Software Engineer, Intel Corporation http://blog.ffwll.ch _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/dri-devel