aboutsummaryrefslogtreecommitdiffstats
path: root/usr (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2015-05-20drm/i915: Don't read dpcd for disconnected portsMika Kuoppala1-0/+3
2015-05-20drm/edid: fix a debug messageDan Carpenter1-1/+1
2015-05-20drm/i915: Make the sprite formats constDamien Lespiau1-3/+3
2015-05-20drm/i915: Don't use the intel_ prefix for gen-specific dataDamien Lespiau1-6/+6
2015-05-20drm/i915/skl: Support the advertized index formatDamien Lespiau1-0/+3
2015-05-20drm/i915/skl: Replace BUG() by MISSING_CASE() in skl_plane_ctl_format()Damien Lespiau1-1/+1
2015-05-20drm/i915/skl: Rename a local variable to fit in 80 charsDamien Lespiau1-13/+13
2015-05-20drm/i915/skl: Add a new line before returnDamien Lespiau1-0/+2
2015-05-20drm/i915/skl: Leave a new line between variable declarations and codeDamien Lespiau1-0/+3
2015-05-20drm/i915: clean up dsi pll calculationJani Nikula1-36/+17
2015-05-20drm/i915: don't register invalid gmbus pins for sklJani Nikula1-0/+10
2015-05-20drm/i915: don't register invalid gmbus pins for bdwJani Nikula1-0/+11
2015-05-20drm/i915: constify validate_vbt in VBT parsingJani Nikula1-24/+25
2015-05-20drm/i915: constify find_section in VBT parsingJani Nikula1-29/+31
2015-05-20drm/i915: Use HOTPLUG_INT_STATUS_G4X on VLV/CHVVille Syrjälä1-2/+2
2015-05-20drm/i915: Remove excess inline keywordsVille Syrjälä1-5/+5
2015-05-20drm/i915/gtt: Fix the boundary check for vm areaMika Kuoppala1-1/+1
2015-05-20drm/i915: Make scaler_id check in check_crtc_state work for all gensChandra Konduru1-6/+10
2015-05-20drm/i915: Fix race on unreferencing the wrong mmio-flip-requestChris Wilson3-24/+25
2015-05-20drm/i915: Ensure cache flushes prior to doing CS flipsChris Wilson1-0/+6
2015-05-20drm/i915: Remove domain flubbing from i915_gem_object_finish_gpu()Chris Wilson3-29/+14
2015-05-20drm/i915: Warn when execlists changes context without IRQsPeter Antoine1-0/+6
2015-05-20drm/i915: call intel_tile_height with correct parameterChandra Konduru2-3/+3
2015-05-20drm/i915: Remove duplicated intel_tile_height declarationTvrtko Ursulin1-3/+0
2015-05-20drm/i915/chv: Set min freq to efficient frequency on chvDeepak S1-19/+2
2015-05-20drm/i915/chv: Extend set idle rps wa to chvDeepak S1-7/+0
2015-05-20drm/i915/vlv: Remove wait for for punit to updates freq.Deepak S1-30/+11
2015-05-20drm/i915: Be optimistic about future display engines having 7 WM levelsDamien Lespiau1-1/+1
2015-05-20drm/i915: Always keep crtc_state->active in sync with enableMaarten Lankhorst1-5/+13
2015-05-20drm/i915: Adding dbuf support for skl nv12 format.Chandra Konduru4-13/+88
2015-05-20drm/i915: Fix typo in intel_runtime_pm.cMasanari Iida1-2/+2
2015-05-20drm/i915: Remove unused variable from i915_gem_mmap_gttDaniel Vetter1-1/+0
2015-05-19drm/amdkfd: change driver version to 0.7.2Oded Gabbay1-2/+2
2015-05-19drm/amdkfd: Implement events IOCTLsAndrew Lewycky1-5/+31
2015-05-19drm/amdkfd: Add module parameter of send_sigtermOded Gabbay3-3/+20
2015-05-19drm/amdkfd: Add bad opcode exception handlingAlexey Skidanov5-1/+29
2015-05-19drm/amdkfd: Add memory exception handlingAlexey Skidanov4-9/+187
2015-05-19drm/amdkfd: Add the events moduleAndrew Lewycky10-5/+1074
2015-05-19drm/amdkfd: add events IOCTL set definitionsAndrew Lewycky2-2/+139
2015-05-19drm/amdkfd: Add interrupt handling moduleAndrew Lewycky5-1/+235
2015-05-19drm/radeon: Add init interrupt kfd->kgd interfaceOded Gabbay4-1/+25
2015-05-19MAINTAINERS: update amdkfd Oded's email addressOded Gabbay1-1/+1
2015-05-19drm/amdkfd: make the sdma vm init to be asic specificOded Gabbay4-14/+28
2015-05-19drm/amdkfd: Use new struct for asic specific opsOded Gabbay3-5/+17
2015-05-19drm/amdkfd: reformat some debug printsOded Gabbay2-10/+10
2015-05-19drm/amdkfd: Remove unessary void pointer castFiro Yang1-2/+1
2015-05-18Linux 4.1-rc4Linus Torvalds1-1/+1
2015-05-18watchdog: Fix merge 'conflict'Peter Zijlstra1-5/+15
2015-05-18drm/atomic: Allow drivers to subclass drm_atomic_state, v3Maarten Lankhorst3-28/+99
2015-05-18drm/atomic: remove duplicated assignment of old_plane_stateGustavo Padovan1-2/+0