OSDN Git Service

android-x86/kernel.git
2019-03-27 Ville Syrjälädrm/i915: Add max_bpc property for DP MST
2019-03-27 Ville Syrjälädrm/i915: Remove the 8bpc shackles from DP MST
2019-03-27 Ville Syrjälädrm/i915: Expose the force_audio property with DP MST
2019-03-27 Ville Syrjälädrm/i915: Add broadcast RGB property for DP MST
2019-03-27 José Roberto... drm/i915/icl: Fix VEBOX mismatch BUG_ON()
2019-03-27 Daniele Ceraolo... drm/i915: fix i386 build of 64b raw_uncore functions
2019-03-26 Chris Wilsondrm/i915: Adding missing '; ' to ENGINE_INSTANCES
2019-03-26 Michał Winiarskidrm/i915: Update size upon return from GEM_CREATE
2019-03-26 Daniele Ceraolo... drm/i915: take a reference to uncore in the engine...
2019-03-26 Daniele Ceraolo... drm/i915: switch intel_wait_for_register to uncore
2019-03-26 Daniele Ceraolo... drm/i915: intel_wait_for_register_fw to uncore
2019-03-26 Daniele Ceraolo... drm/i915: switch intel_uncore_forcewake_for_reg to...
2019-03-26 Daniele Ceraolo... drm/i915: switch uncore mmio funcs to use intel_uncore
2019-03-26 Daniele Ceraolo... drm/i915: take a ref to the rpm in the uncore structure
2019-03-26 Daniele Ceraolo... drm/i915: add uncore flags for unclaimed mmio
2019-03-26 Daniele Ceraolo... drm/i915: add HAS_FORCEWAKE flag to uncore
2019-03-26 Daniele Ceraolo... drm/i915: rename raw reg access functions
2019-03-26 Lucas De Marchidrm/i915/icl: reduce pll_id scope and use enum type
2019-03-26 Lucas De Marchidrm/i915/icl: use previous pll hw readout
2019-03-26 Lucas De Marchidrm/i915/cnl: use previous pll hw readout
2019-03-26 Lucas De Marchidrm/i915/bxt: make bxt_calc_pll_link() similar to skl
2019-03-26 Lucas De Marchidrm/i915/skl: use previous pll hw readout
2019-03-26 Dan Carpenterdrm/i915/selftests: Fix an IS_ERR() vs NULL check
2019-03-25 Daniele Ceraolo... drm/i915: stop storing the media fuse
2019-03-25 Jani Nikuladrm/i915/bios: iterate over child devices to initialize...
2019-03-25 Chris Wilsondrm/i915: Report the correct errno from i915_gem_contex...
2019-03-25 Ville Syrjälädrm/i915: Use vblank_disable_immediate on gen2
2019-03-25 Ville Syrjälädrm/i915: Disable C3 when enabling vblank interrupts...
2019-03-25 Ville Syrjälädrm/i915: Mark AML 0x87CA as ULX
2019-03-24 Chris Wilsondrm/i915: Remove defunct intel_suspend_gt_powersave()
2019-03-24 Michal Wajdeczkodrm/i915/guc: Support for extended GuC notification...
2019-03-24 Zhenyu Wangdrm/i915: always pin hw_id for GVT context
2019-03-22 Anusha Srivatsadrm/i915/ehl: Add Support for DMC on EHL
2019-03-22 Bob Paauwedrm/i915/ehl: Set proper eu slice/subslice parameters...
2019-03-22 Bob Paauwedrm/i915/ehl: EHL outputs are different from ICL
2019-03-22 Lucas De Marchidrm/i915/ehl: Add dpll mgr
2019-03-22 Bob Paauwedrm/i915/ehl: Add ElkhartLake platform
2019-03-22 James Ausmusdrm/i915/ehl: Add EHL platform info and PCI IDs
2019-03-22 Ville Syrjälädrm/i915: Clean up EDID downclock mode lookup
2019-03-22 Ville Syrjälädrm/i915: Stop hand rolling drm_mode_match()
2019-03-22 Ville Syrjälädrm/i915: Adjust DSI fixed mode handling
2019-03-22 Ville Syrjälädrm/i915: Refactor VBT fixed mode handling
2019-03-22 Ville Syrjälädrm/i915: Pick the first mode from EDID as the fixed...
2019-03-22 Ville Syrjälädrm/i915: Refactor EDID fixed mode search
2019-03-22 Ville Syrjälädrm/i915: Really calculate the cursor ddb based on...
2019-03-22 Chris Wilsondrm/i915: Allow contexts to share a single timeline...
2019-03-22 Chris Wilsondrm/i915: Extend CONTEXT_CREATE to set parameters upon...
2019-03-22 Chris Wilsondrm/i915: Create/destroy VM (ppGTT) for use with contexts
2019-03-22 Chris Wilsondrm/i915: Introduce the i915_user_extension_method
2019-03-22 Sujaritha Sundaresandrm/i915/guc: GuC suspend path cleanup
2019-03-22 Chris Wilsondrm/i915/selftests: Mark up preemption tests for hang...
2019-03-22 Chris Wilsondrm/i915/selftests: Calculate maximum ring size for...
2019-03-21 Chris Wilsondrm/i915: Skip object locking around a no-op set-domain...
2019-03-21 Chris Wilsondrm/i915: Flush pages on acquisition
2019-03-21 Chris Wilsondrm/i915: Stop storing the context name as the timeline...
2019-03-21 Chris Wilsondrm/i915: Stop storing ctx->user_handle
2019-03-21 Chris Wilsondrm/i915: Introduce a mutex for file_priv->context_idr
2019-03-21 Chris Wilsondrm/i915: Separate GEM context construction and registr...
2019-03-21 Dan Carpenterdrm/i915/selftests: fix NULL vs IS_ERR() check in mock_...
2019-03-21 Chris Wilsondrm/i915: Use __is_constexpr()
2019-03-20 Daniele Ceraolo... drm/i915: make raw access function work on uncore
2019-03-20 Daniele Ceraolo... drm/i915: move regs pointer inside the uncore structure
2019-03-20 Daniele Ceraolo... drm/i915: reduce the dev_priv->uncore dance in uncore.c
2019-03-20 Daniele Ceraolo... drm/i915: make find_fw_domain work on intel_uncore
2019-03-20 Daniele Ceraolo... drm/i915: make more uncore function work on intel_uncore
2019-03-20 Daniele Ceraolo... drm/i915: use intel_uncore for all forcewake get/put
2019-03-20 Daniele Ceraolo... drm/i915: use intel_uncore in fw get/put internal paths
2019-03-20 Daniele Ceraolo... drm/i915: always use masks on FW regs
2019-03-20 Manasi Navaredrm/i915/icl: Fix the TRANS_DDI_FUNC_CTL2 bitfield...
2019-03-20 Andy Shevchenkodrm/i915: Switch to bitmap_zalloc()
2019-03-20 Ville Syrjälädrm/i915: Inline skl_update_pipe_wm() into its only...
2019-03-20 Ville Syrjälädrm/i915: Don't pass pipe_wm around so much
2019-03-20 Ville Syrjälädrm/i915: Move some variables to tighter scope
2019-03-20 Ville Syrjälädrm/i915: Keep plane watermarks enabled more aggressively
2019-03-20 Ville Syrjälädrm/i915: Make sure cursor has enough ddb for the selec...
2019-03-20 Ville Syrjälädrm/i915: Allocate enough DDB for the cursor
2019-03-20 Ville Syrjälädrm/i915: Extract skl_compute_wm_params()
2019-03-20 Ville Syrjälädrm/i915: Don't pass plane state to skl_compute_plane_wm()
2019-03-20 Ville Syrjälädrm/i915: Accept alloc_size == blocks
2019-03-20 Ville Syrjälädrm/i915: Use HPLLVCO_MOBILE for all PNVs
2019-03-20 Ville Syrjälädrm/i915: Introduce i915_has_asle()
2019-03-20 Ville Syrjälädrm/i915: Introduce i9xx_has_pps()
2019-03-20 Ville Syrjälädrm/i915: Introduce i9xx_has_pfit()
2019-03-20 Ville Syrjälädrm/i915: Reorder gen3/4 swizzle detection logic
2019-03-20 Daniele Ceraolo... drm/i915/selftests: add test to verify get/put fw domains
2019-03-20 Chris Wilsondrm/i915/selftests: Provide stub reset functions
2019-03-20 Joonas Lahtinendrm/i915: Update DRIVER_DATE to 20190320
2019-03-19 Anusha Srivatsadrm/i915/cml: Introduce Comet Lake PCH
2019-03-19 Anusha Srivatsadrm/i915/cml: Add CML PCI IDS
2019-03-19 José Roberto... drm/i915: Fix PSR2 selective update corruption after...
2019-03-19 Ville Syrjälädrm/i915: Pass dev_priv to intel_is_dual_link_lvds()
2019-03-19 Ville Syrjälädrm/i915: Polish intel_get_lvds_encoder()
2019-03-19 Ville Syrjälädrm/i915: Add some missing curly braces
2019-03-19 Ville Syrjälädrm/i915: Remove the fragile array index -> link rate...
2019-03-19 Ville Syrjälädrm/i915: Nuke icl_calc_dp_combo_pll_link()
2019-03-19 Ville Syrjälädrm/i915: Fix readout for cnl DPLL kdiv==3
2019-03-19 Ville Syrjälädrm/i915: Remove redundant on stack dpll_hw_state from...
2019-03-19 Ville Syrjälädrm/i915: Pass crtc_state down to icl dpll funcs
2019-03-19 Ville Syrjälädrm/i915: Remove redundant on stack dpll_hw_state from...
2019-03-19 Ville Syrjälädrm/i915: Pass crtc_state down to cnl dpll funcs
next