summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
authorPaulo Zanoni <paulo.r.zanoni@intel.com>2012-09-12 10:06:32 -0300
committerDaniel Vetter <daniel.vetter@ffwll.ch>2012-09-20 14:22:58 +0200
commita1f9e77e1f2f1bf3769798c1596433deff08cd04 (patch)
treea412320a26a19a1afd5b22027bff21d1208727db /tools/perf/scripts/python/export-to-sqlite.py
parentc8203565b098ebb771991a11fce75fed9fe344a0 (diff)
downloadkernel-a1f9e77e1f2f1bf3769798c1596433deff08cd04.tar.gz
drm/i915: simplify setting DSPCNTR inside ironlake_crtc_mode_set
Because declaring a variable in the beginning of the function, then initializing it 100 lines later, then using it 100 lines later does not make our code look good IMHO. Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions
d TV properties.Francisco Jerez 2009-08-04drm: Define DRM_MODE_SUBCONNECTOR_SCARTFrancisco Jerez 2009-08-04drm: Define DRM_MODE_CONNECTOR_TVFrancisco Jerez 2009-08-04drm: Add the debug info in generic drm mode by using DRM_DEBUG_KMSZhao Yakui 2009-08-04drm: Small logic fix in drm_mode_setcrtcJakob Bornecrantz 2009-06-04drm: Hook up DPMS property handling in drm_crtc.c. Add drm_helper_connector_d...Keith Packard 2009-02-20drm: Release user fbs in drm_releaseKristian Høgsberg 2009-01-22drm: create mode_config idr lockJesse Barnes 2009-01-07trivial: replace last usages of __FUNCTION__ in kernelHarvey Harrison 2008-12-29drm: drop DRM_IOCTL_MODE_REPLACEFB, add+remove works just as well.Kristian H�gsberg 2008-12-29drm: sanitise drm modesetting API + remove unused hotplugJakob Bornecrantz 2008-12-29DRM: add mode setting supportDave Airlie