summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
* drm/amd/display: Update color props when modeset is requiredLeo (Sunpeng) Li2018-05-311-2/+6
* drm/amd/display: Make atomic-check validate underscan changesDavid Francis2018-05-311-7/+16
* Merge tag 'drm-misc-fixes-2018-05-30' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2018-05-312-12/+5
|\
| * drm/bridge/synopsys: dw-hdmi: fix dw_hdmi_setup_rx_senseNeil Armstrong2018-05-302-12/+5
* | Merge branch 'drm-fixes-4.17' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie2018-05-301-6/+7
|\ \
| * | drm/amd/display: Fix BUG_ON during CRTC atomic check updateLeo (Sunpeng) Li2018-05-291-6/+7
* | | Merge tag 'drm-misc-fixes-2018-05-29' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2018-05-302-1/+5
|\ \ \ | | |/ | |/|
| * | drm/omap: fix NULL deref crash with SDI displaysTomi Valkeinen2018-05-241-1/+4
| * | drm/psr: Fix missed entry in PSR setup time table.Dhinakaran Pandiyan2018-05-241-0/+1
* | | Merge tag 'drm-intel-fixes-2018-05-29' of git://anongit.freedesktop.org/drm/d...Dave Airlie2018-05-302-15/+51
|\ \ \
| * | | drm/i915/query: nospec expects no more than an unsigned longChris Wilson2018-05-291-1/+4
| * | | drm/i915/query: Protect tainted function pointer lookupChris Wilson2018-05-281-3/+7
| * | | drm/i915/lvds: Move acpi lid notification registration to registration phaseChris Wilson2018-05-281-11/+32
| * | | drm/i915: Disable LVDS on Radiant P845Ondrej Zary2018-05-281-0/+8
* | | | Merge branch 'vmwgfx-fixes-4.17' of git://people.freedesktop.org/~thomash/lin...Dave Airlie2018-05-255-46/+55
|\ \ \ \
| * | | | drm/vmwgfx: Schedule an fb dirty update after resumeThomas Hellstrom2018-05-233-21/+7
| * | | | drm/vmwgfx: Fix host logging / guestinfo reading error pathsThomas Hellstrom2018-05-231-17/+31
| * | | | drm/vmwgfx: Fix 32-bit VMW_PORT_HB_[IN|OUT] macrosThomas Hellstrom2018-05-231-8/+17
* | | | | Merge branch 'drm/du/fixes' of git://linuxtv.org/pinchartl/media into drm-fixesDave Airlie2018-05-221-0/+3
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | drm: rcar-du: lvds: Fix crash in .atomic_check when disabling connectorLaurent Pinchart2018-05-201-0/+3
* | | | | Merge tag 'drm-intel-fixes-2018-05-17' of git://anongit.freedesktop.org/drm/d...Dave Airlie2018-05-184-0/+11
|\ \ \ \ \
| * | | | | drm/i915/gen9: Add WaClearHIZ_WM_CHICKEN3 for bxt and glkMichel Thierry2018-05-162-0/+7
| * | | | | drm/i915/execlists: Use rmb() to order CSB readsChris Wilson2018-05-141-0/+1
| * | | | | drm/i915/userptr: reject zero user_sizeMatthew Auld2018-05-141-0/+3
| | |_|_|/ | |/| | |
* | | | | Merge branch 'vmwgfx-fixes-4.17' of git://people.freedesktop.org/~thomash/lin...Dave Airlie2018-05-171-0/+2
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | drm/vmwgfx: Set dmabuf_size when vmw_dmabuf_init is successfulDeepak Rawat2018-05-161-0/+2
* | | | | Merge tag 'drm-misc-fixes-2018-05-16' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2018-05-173-4/+6
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | drm/dumb-buffers: Integer overflow in drm_mode_create_ioctl()Dan Carpenter2018-05-161-3/+4
| * | | | drm/vc4: Fix leak of the file_priv that stored the perfmon.Eric Anholt2018-05-151-0/+1
| * | | | drm: Match sysfs name in link removal to link creationHaneen Mohammed2018-05-111-1/+1
* | | | | drm: set FMODE_UNSIGNED_OFFSET for drm filesDave Airlie2018-05-151-0/+1
| |_|/ / |/| | |
* | | | drm/amd/pp: Fix performance drop on FijiRex Zhu2018-05-101-3/+1
* | | | Merge branch 'linux-4.17' of git://github.com/skeggsb/linux into drm-fixesDave Airlie2018-05-104-10/+6
|\ \ \ \
| * | | | drm/nouveau: Fix deadlock in nv50_mstm_register_connector()Lyude Paul2018-05-101-4/+3
| * | | | drm/nouveau/ttm: don't dereference nvbo::cli, it can outlive clientBen Skeggs2018-05-103-6/+3
* | | | | Merge branch 'drm-fixes-4.17' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie2018-05-1013-95/+364
|\ \ \ \ \
| * | | | | drm/amd/pp: Refine the output of pp_power_profile_mode on VIRex Zhu2018-05-092-30/+23
| * | | | | drm/amdgpu: Switch to interruptable wait to recover from ring hang.Andrey Grodzovsky2018-05-091-2/+4
| * | | | | drm/ttm: Use GFP_TRANSHUGE_LIGHT for allocating huge pagesMichel Dänzer2018-05-092-4/+10
| * | | | | drm/amd/display: Use kvzalloc for potentially large allocationsMichel Dänzer2018-05-092-41/+45
| * | | | | drm/amd/display: Don't return ddc result and read_bytes in same return valueHarry Wentland2018-05-093-13/+22
| * | | | | drm/amd/display: Add get_firmware_info_v3_2 for VG12Harry Wentland2018-05-091-1/+85
| * | | | | drm/amd: Add BIOS smu_info v3_3 required struct def.Jerry (Fangzhi) Zuo2018-05-091-2/+168
| * | | | | drm/amd/display: Add VG12 ASIC IDsHarry Wentland2018-05-091-2/+7
| |/ / / /
* | | | | Merge tag 'drm-misc-fixes-2018-05-09' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2018-05-1011-16/+69
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | drm/vc4: Fix scaling of uni-planar formatsBoris Brezillon2018-05-091-1/+1
| * | | | drm/bridge/sii8620: add Kconfig dependency on extconAndrzej Hajda2018-05-071-0/+1
| * | | | drm/omap: handle alloc failures in omap_connectorTomi Valkeinen2018-05-071-0/+10
| * | | | drm/omap: add missing linefeeds to printsTomi Valkeinen2018-05-071-7/+7
| * | | | drm/omap: handle error if scale coefs are not foundTomi Valkeinen2018-05-071-0/+6