summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2015-03-26drm/i915: Don't use encoder->new_crtc in compute_baseline_pipe_bpp()Ander Conselvan de Oliveira1-4/+10
2015-03-26drm/i915: Don't use encoder->new_crtc in intel_modeset_pipe_config()Ander Conselvan de Oliveira1-2/+16
2015-03-26drm/i915: Copy the staged connector config to the legacy atomic stateAnder Conselvan de Oliveira1-7/+45
2015-03-26drm/i915: Update dummy connector atomic state with current configAnder Conselvan de Oliveira1-9/+36
2015-03-26drm/i915: Implement connector state duplicationAnder Conselvan de Oliveira9-0/+9
2015-03-26drm/i915/skl: fix semicolon.cocci warningskbuild test robot1-1/+1
2015-03-26drm/i915: Allocate a crtc_state also when the crtc is being disabledAnder Conselvan de Oliveira1-8/+22
2015-03-26drm/i915: Allocate a drm_atomic_state for the legacy modeset codeAnder Conselvan de Oliveira1-30/+155
2015-03-26drm/i915: Pass acquire ctx also to intel_release_load_detect_pipe()Ander Conselvan de Oliveira4-5/+7
2015-03-26drm/i915: Add intel_atomic_get_crtc_state() helper functionAnder Conselvan de Oliveira1-0/+13
2015-03-26drm/i915: always preserve bios swizzlingDaniel Vetter1-25/+22
2015-03-26drm/i915: Add initial_ prefix to bios fb takeover codeDaniel Vetter1-7/+7
2015-03-26drm/i915: Remove duplicated psr.active unsetRodrigo Vivi1-2/+0
2015-03-26drm/i915: Fixup legacy plane->crtc link for initial fb configDaniel Vetter1-0/+2
2015-03-26drm/i915: kill i915.powersaveRodrigo Vivi5-16/+3
2015-03-26drm/i915: Fixup legacy plane->crtc link for initial fb configDaniel Vetter1-0/+2
2015-03-26drm/i915: Fix atomic state when reusing the firmware fbDamien Lespiau1-2/+9
2015-03-26drm/i915: Keep ring->active_list and ring->requests_list consistentChris Wilson1-17/+21
2015-03-25drm/i915: Add fault address to error state for gen8 and gen9Mika Kuoppala3-0/+15
2015-03-25drm/i915/skl: Fix up positive error codeTvrtko Ursulin1-1/+1
2015-03-25drm/i915: make unsupported fb modifier message DRM_DEBUGJesse Barnes1-2/+2
2015-03-25drm/amdkfd: Add multiple kgd supportXihan Zhang10-84/+90
2015-03-25drm/amdkfd: Convert timestamping to use 64bit time accessorsJohn Stultz1-5/+5
2015-03-25drm/amdkfd: add debug prints for process teardownOded Gabbay1-0/+6
2015-03-25drm/amdkfd: Remove unused field from struct qcm_process_deviceOded Gabbay1-2/+0
2015-03-25drm/amdkfd: rename fence_wait_timeoutOded Gabbay1-2/+2
2015-03-25drm/i915: Don't try to reference the fb in get_initial_plane_config()Damien Lespiau1-4/+3
2015-03-24drm/i915: Removing the drrs capability enum initializationRamalingam C1-2/+0
2015-03-24drm/i915: move clearing of RPS interrupt bits from disable to reset timeImre Deak1-9/+1
2015-03-24drm/i915: fix race when clearing RPS IIR bitsImre Deak1-0/+7
2015-03-24drm: Fixup racy refcounting in plane_force_disableDaniel Vetter1-12/+1
2015-03-24Merge tag 'drm-intel-next-2015-03-13-merge' of git://anongit.freedesktop.org/...Dave Airlie37-1063/+1616
2015-03-23drm: atomic: Allow setting CRTC active propertyDaniel Stone1-3/+6
2015-03-23drm: atomic: Expose CRTC active propertyDaniel Stone1-2/+10
2015-03-23drm: crtc_helper: Update hwmode before mode_set callDaniel Stone1-4/+5
2015-03-23drm: mode: Allow NULL modes for equality checkDaniel Stone1-0/+6
2015-03-23drm: fb_helper: Simplify exit conditionDaniel Stone1-3/+3
2015-03-23drm: mode: Fix typo in kerneldocDaniel Stone1-1/+1
2015-03-23drm/dp: Print the number of bytes processed for aux nacksVille Syrjälä1-2/+2
2015-03-23drm/i915/skl: Take 90/270 rotation into account in watermark calculationsTvrtko Ursulin4-9/+45
2015-03-23drm/i915/skl: Query display address through a wrapperTvrtko Ursulin3-7/+30
2015-03-23drm/i915/skl: Support secondary (rotated) frame buffer mappingTvrtko Ursulin5-6/+158
2015-03-23drm/i915: Helper function to determine GGTT view from plane stateTvrtko Ursulin1-3/+22
2015-03-23drm/i915: Pass in plane state when (un)pinning frame buffersTvrtko Ursulin3-7/+14
2015-03-23drm/i915: Use GGTT view when (un)pinning objects to planesTvrtko Ursulin4-16/+30
2015-03-23drm/i915/skl: Extract tile height code into a helper functionTvrtko Ursulin2-21/+29
2015-03-23drm/i915: Use usleep_range() in wait_for()Ville Syrjälä1-2/+2
2015-03-23Merge branch 'drm/next/rcar-du' of git://linuxtv.org/pinchartl/fbdev into drm...Dave Airlie3-3/+5
2015-03-23Merge branch 'drm/next/adv7511' of git://linuxtv.org/pinchartl/fbdev into drm...Dave Airlie1-95/+102
2015-03-20drm/i915: Do not leak objects after capturing error stateMichel Thierry1-0/+7