summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/Build
diff options
context:
space:
mode:
authorVille Syrjälä <ville.syrjala@linux.intel.com>2015-11-04 23:20:00 +0200
committerVille Syrjälä <ville.syrjala@linux.intel.com>2015-11-18 14:35:00 +0200
commitb2e8c6cd0974fc58dced08ebb3780bdf875a8a80 (patch)
tree07c1ba25687022358a1f005fc1ba428d5baf206a /tools/perf/scripts/Build
parent78e0d2e3477aa3e8bdac70698ddd2aad020016d1 (diff)
downloadkernel-b2e8c6cd0974fc58dced08ebb3780bdf875a8a80.tar.gz
drm/i915: Streamline gpio_mmio_base deduction
If we ignore the BXT situation, we can observe that the only variables affecting gpio_mmio_base is IS_VALLEVIEW and HAS_GMCH_DISPLAY. The BXT situation we can fit into the same pattern if we change gmbus_pins_bxt[] to house the GMCH GPIO register offsets (like we do for all other platfotms). So let's do that. We could even simplify the VLV situation more by including the display_mmio_offset in the GPIO register defines, but let's leave it be for now. Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/1446672017-24497-13-git-send-email-ville.syrjala@linux.intel.com Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'tools/perf/scripts/Build')
0 files changed, 0 insertions, 0 deletions
Brodowski 2018-04-02ipc: add semget syscall wrapperDominik Brodowski 2018-04-02ipc: add semtimedop syscall/compat_syscall wrappersDominik Brodowski 2018-03-24ipc/util: Helpers for making the sysvipc operations pid namespace awareEric W. Biederman 2018-03-24ipc: Move IPCMNI from include/ipc.h into ipc/util.hEric W. Biederman 2017-11-17sysvipc: make get_maxid O(1) againDavidlohr Bueso 2017-11-17sysvipc: unteach ids->next_id for !CHECKPOINT_RESTOREDavidlohr Bueso 2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman 2017-09-14Merge branch 'work.ipc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds 2017-09-08ipc: optimize semget/shmget/msgget for lots of keysGuillaume Knispel 2017-07-15semctl(): move compat to nativeAl Viro 2017-07-15ipc: move compat shmctl to nativeAl Viro 2017-07-12ipc/util.h: update documentation for ipc_getref() and ipc_putref()Manfred Spraul 2017-07-12ipc/util: drop ipc_rcu_alloc()Kees Cook 2017-07-12ipc/util: drop ipc_rcu_free()Kees Cook 2017-07-12ipc: drop non-RCU allocationKees Cook 2017-07-12ipc: merge ipc_rcu and kern_ipc_permManfred Spraul 2017-04-17ipc: Remove unused declaration of recompute_msgmniEric W. Biederman 2016-01-22tree wide: use kvfree() than conditional kfree()/vfree()Tetsuo Handa 2015-06-30ipc: rename ipc_obtain_objectDavidlohr Bueso