aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/export-to-postgresql.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2015-09-08drm/i915: Handle DP_AUX_I2C_WRITE_STATUS_UPDATEVille Syrjälä1-0/+1
2015-09-08drm/dp: s/I2C_STATUS/I2C_WRITE_STATUS_UPDATE/Ville Syrjälä2-2/+2
2015-09-08drm/atomic-helper: Implement drm_atomic_helper_duplicate_state()Thierry Reding2-0/+81
2015-09-08drm/atomic-helper: Pimp docs with recommendations for rpm driversDaniel Vetter1-0/+32
2015-09-08drm/atomic-helper: Add option to update planes only on active crtcDaniel Vetter8-9/+26
2015-09-08drm/atomic: Make prepare_fb/cleanup_fb only take state, v3.Maarten Lankhorst10-38/+38
2015-09-08drm/atomic: Make sure lock is held in trylock contexts.Maarten Lankhorst1-0/+2
2015-09-08drm/i2c/ch7006: Constify ch7006_tv_norms[] and ch7006_modes[]Ville Syrjälä2-16/+16
2015-09-08drm: Constify TV mode namesVille Syrjälä8-12/+12
2015-09-08drm: Constify generic_edid_names[]Ville Syrjälä1-1/+1
2015-09-08dtrm/edid: Allow comma separated edid binaries. (v3)Bob Paauwe2-14/+42
2015-09-08drm/atomic: refuse changing CRTC for planes directlyDaniel Vetter1-0/+25
2015-09-08drm/fb-helper: Add module option to disable fbdev emulationDaniel Vetter1-0/+29
2015-09-08drm: Make drm_fb_unregister/remove accept NULL fbDaniel Vetter1-2/+12
2015-09-08drm/fb-helper: Use -errno return in restore_mode_unlockedDaniel Vetter2-11/+14
2015-09-08drm/atomic-helper: properly annotate functions in kerneldocDaniel Vetter1-7/+7
2015-09-08drm/doc: Fixing xml documentation warningDanilo Cesar Lemes de Paula1-5/+5
2015-09-08drm: cleanup modesetting ioctls, one param per lineRob Clark1-12/+30
2015-09-08drm/mm: Do DRM_MM_CREATE_TOP adj_start calculation after color_adjustMichel Thierry1-3/+3
2015-09-08drm: WARN_ON if a modeset driver uses legacy suspend/resume helpersGustavo Padovan1-0/+2
2015-09-04drm/amdgpu: rename gmc_v8_0_init_compute_vmidAlex Deucher1-3/+3
2015-09-04drm/amdgpu: fix vce3 instance handlingAlex Deucher1-6/+42
2015-09-04drm/amdgpu: remove ib test for the second VCE RingLeo Liu1-0/+4
2015-09-04drm/amdgpu: properly enable VM fault interruptsChristian König2-15/+18
2015-09-04drm/amdgpu: fix warning in schedulerAlex Deucher1-2/+3
2015-09-03drm/amdgpu: fix buffer placement under memory pressureChristian König1-1/+1
2015-09-03drm/amdgpu/cz: fix cz_dpm_update_low_memory_pstate logicAlex Deucher1-2/+2
2015-09-03drm/amdgpu: fix typo in dce11 watermark setupAlex Deucher1-1/+1
2015-09-03drm/amdgpu: fix typo in dce10 watermark setupAlex Deucher1-1/+1
2015-09-03drm/amdgpu: use top down allocation for non-CPU accessible vramAlex Deucher1-1/+1
2015-09-03drm/amdgpu: be explicit about cpu vram access for driver BOs (v2)Alex Deucher12-20/+51
2015-09-02drm/amdgpu: set MEC doorbell range for FijiJammy Zhou1-1/+2
2015-09-02drm/amdgpu: implement burst NOP for SDMAJammy Zhou3-15/+86
2015-09-02drm/amdgpu: add insert_nop ring func and default implementationJammy Zhou12-3/+36
2015-09-02drm/amdgpu: add amdgpu_get_sdma_instance helper functionJammy Zhou1-0/+15
2015-09-02drm/amdgpu: add AMDGPU_MAX_SDMA_INSTANCESJammy Zhou1-1/+4
2015-09-02drm/amdgpu: add burst_nop flag for sdmaJammy Zhou4-0/+7
2015-09-02drm/amdgpu: add count field for the SDMA NOP packet v2Jammy Zhou3-0/+11
2015-09-02drm/amdgpu: use PT for VM sync on unmapChristian König1-13/+6
2015-09-02drm/amdgpu: make wait_event uninterruptible in push_jobChunming Zhou1-4/+3
2015-09-02drm/amdgpu: fix amdgpu_bo_unreserve order in GEM_OP IOCTL v2Christian König1-1/+4
2015-09-02drm/amdgpu: partially revert "modify amdgpu_fence_wait_any() to amdgpu_fence_wait_multiple()" v2Christian König3-43/+16
2015-09-02Add radeon suspend/resume quirk for HP Compaq dc5750.Jeffery Miller1-0/+8
2015-09-02drm/amdgpu: re-work sync_resvChunming Zhou1-6/+18
2015-09-02drm/amdgpu/atom: Send out the full AUX addressAlex Deucher1-1/+2
2015-09-02drm/exynos: remove buf_cnt from struct exynos_drm_fbJoonyoung Shim1-9/+0
2015-09-02drm/exynos: remove exynos_drm_fb_get_buf_cnt()Joonyoung Shim3-13/+1
2015-09-02drm/exynos: cleanup exynos_user_fb_create()Joonyoung Shim1-34/+13
2015-09-02drm/exynos: update exynos_drm_framebuffer_init() for multiple buffersJoonyoung Shim3-19/+25
2015-09-02drm/exynos: cleanup to get gem object for fbJoonyoung Shim1-15/+8