summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Move long hpd handling into the hotplug workVille Syrjälä2016-10-101-25/+23
* drm/i915/execlists: Reinitialise context image after GPU hangChris Wilson2016-10-101-41/+62
* drm/i915: Use correct index for backtracking HUNG semaphoresChris Wilson2016-10-101-4/+4
* drm/i915: Unalias obj->phys_handle and obj->userptrChris Wilson2016-10-101-13/+11
* drm/i915: Just clear the mmiodebug before a register accessChris Wilson2016-10-101-4/+3
* drm/i915/gen9: only add the planes actually affected by ddb changesPaulo Zanoni2016-10-101-1/+36
* drm/i915: Allow PCH DPLL sharing regardless of DPLL_SDVO_HIGH_SPEEDVille Syrjälä2016-10-101-0/+18
* drm/i915/bxt: Fix HDMI DPLL configurationImre Deak2016-10-101-5/+16
* drm/i915/gen9: fix the watermark res_blocks valuePaulo Zanoni2016-10-101-5/+7
* drm/i915/gen9: fix plane_blocks_per_line on watermarks calculationsPaulo Zanoni2016-10-101-24/+15
* drm/i915/gen9: minimum scanlines for Y tile is not always 4Paulo Zanoni2016-10-101-24/+32
* drm/i915/gen9: fix the WaWmMemoryReadLatency implementationPaulo Zanoni2016-10-101-20/+22
* drm/i915/kbl: KBL also needs to run the SAGV codePaulo Zanoni2016-10-101-4/+10
* drm/i915: introduce intel_has_sagv()Paulo Zanoni2016-10-102-7/+20
* drm/i915: SAGV is not SKL-only, so rename a few thingsPaulo Zanoni2016-10-104-25/+25
* drm/i915: don't forget to set intel_crtc->dspaddr_offset on SKL+Paulo Zanoni2016-10-101-0/+2
* drm/i915: Only shrink the unbound objects during freezeChris Wilson2016-10-103-2/+28
* drm/i915: Restore current RPS state after resetChris Wilson2016-10-103-9/+13
* drm/i915: Unlock PPS registers after GPU resetImre Deak2016-10-101-0/+1
* drm/i915/backlight: setup backlight pwm alternate increment on backlight enableShawn Lee2016-10-101-1/+17
* drm/i915/backlight: setup and cache pwm alternate increment valueJani Nikula2016-10-102-3/+12
* Merge branch 'drm-next-4.9' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie2016-10-1017-55/+67
|\
| * drm/amdgpu: revert "use more than 64KB fragment size if possible"Christian König2016-10-061-8/+4
| * drm/amdgpu: warn if dp aux is still attached on freeGrazvydas Ignotas2016-10-062-1/+4
| * drm/amdgpu/dce11: add missing drm_mode_config_cleanup callGrazvydas Ignotas2016-10-061-0/+1
| * drm/amdgpu: also track late init stateGrazvydas Ignotas2016-10-062-0/+5
| * drm/amdgpu/virtual_dce: adjust config ifdefAlex Deucher2016-10-041-2/+2
| * drm/amdgpu/vce: add support for hw config packet (v2)Alex Deucher2016-10-041-0/+14
| * drm/amdgpu: clean up to set fw_offset as 0 twiceHuang Rui2016-10-041-1/+0
| * drm/amdgpu: remove DRM_AMD_POWERPLAYAlex Deucher2016-10-045-25/+1
| * drm/radeon: Prevent races on pre DCE4 between flip submission and completion.Mario Kleiner2016-10-043-10/+14
| * drm/radeon: Slightly more robust flip completion handling for < DCE-4Mario Kleiner2016-10-041-8/+22
* | Merge tag 'topic/drm-misc-2016-10-05' of git://anongit.freedesktop.org/drm-in...Dave Airlie2016-10-1019-188/+361
|\ \
| * | drm/rockchip: analogix_dp: Refuse to enable PSR if panel doesn't support itTomeu Vizoso2016-10-041-0/+3
| * | drm/bridge: analogix_dp: Add analogix_dp_psr_supportedTomeu Vizoso2016-10-042-0/+9
| * | drm/fb-helper: add DRM_FB_HELPER_DEFAULT_OPS for fb_opsStefan Christ2016-10-041-0/+13
| * | drm: Document caveats around atomic event handlingDaniel Vetter2016-10-042-15/+73
| * | uapi: add missing install of sync_file.hEmilio López2016-10-041-0/+1
| * | drm: Simplify drm_printk to reduce object size quite a bitJoe Perches2016-10-042-18/+17
| * | drm/i915: Account for sink max TMDS clock when checking the port clockVille Syrjälä2016-10-041-1/+8
| * | drm/i915: Replace a bunch of connector->base.display_info with a local variableVille Syrjälä2016-10-041-7/+7
| * | drm/edid: Move dvi_dual/max_tmds_clock parsing out from drm_edid_to_eld()Ville Syrjälä2016-10-041-29/+35
| * | drm/edid: Clear the old cea_rev when there's no CEA extension in the new EDIDVille Syrjälä2016-10-041-0/+1
| * | drm/edid: Reduce the number of times we parse the CEA extension blockVille Syrjälä2016-10-041-97/+88
| * | drm/edid: Don't pass around drm_display_info needlesslyVille Syrjälä2016-10-041-4/+4
| * | drm/edid: Move dvi_dual/max_tmds_clock to drm_display_infoVille Syrjälä2016-10-044-14/+23
| * | drm/edid: Make max_tmds_clock kHz instead of MHzVille Syrjälä2016-10-044-4/+4
| * | drm/edid: Clear old dvi_dual/max_tmds_clock before parsing the new EDIDVille Syrjälä2016-10-041-0/+3
| * | drm/edid: Clear old audio latency values before parsing the new EDIDVille Syrjälä2016-10-041-0/+7
| * | drm: Convert prime dma-buf <-> handle to rbtreeChris Wilson2016-10-042-13/+77