#!/bin/sh -e cleanup_sitestart() { if [ -e /etc/emacs/site-start.d/50cscope.el ]; then rm -f /etc/emacs/site-start.d/50cscope.el fi } case "$1" in upgrade) cleanup_sitestart ;; install|abort-upgrade) ;; *) echo "$0 called with unknown argument '$1'" >&2 exit 1 ;; esac #DEBHELPER# exit 0 h=nds-private-remove' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChunming Zhou <David1.Zhou@amd.com>2016-08-15 11:46:21 +0800
committerAlex Deucher <alexander.deucher@amd.com>2016-08-22 13:47:20 -0400
commit4c7e885506eaefc55c2b45293b52cae9ef797d67 (patch)
tree66fcd8ab61dbe51377552b2fd3ff567c7ab34d48
parent6557e3d29469157f18342cd47e05792271e64e7c (diff)
drm/amdgpu: update pt shadow while updating pt V2
V2: move shadow parameter to amdgpu_pte_update_params. Signed-off-by: Chunming Zhou <David1.Zhou@amd.com> Reviewed-by: Christian König <christian.koenig@amd.com> Cc: minutemaidpark@hotmail.com Signed-off-by: Alex Deucher <alexander.deucher@amd.com>