summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)Author
2017-04-04drm/ttm: add io_mem_pfn callbackChristian König
2017-04-04drm/ttm: cleanup and optimize ttm_bo_mem_compat v2Christian König
2017-04-04drm/amdgpu/vi: add defines for KIQ packetsAlex Deucher
2017-04-04drm/amdgpu/soc15: Fix static checker warningsAlex Deucher
2017-04-04drm/amdgpu: Read vram width from integrated system info tableHarry Wentland
2017-04-04drm/amdgpu: create a func to check vm sizeZhang, Jerry
2017-04-04drm/amdgpu: Fix a NULL deref in amdgpu_vm_add_prt_cb()Dan Carpenter
2017-04-04drm/amd/powerplay: fix a couple locking issuesDan Carpenter
2017-04-04drm/amd/powerplay: fix pp_dpm_get_current_power_state() (v2)Dan Carpenter
2017-04-04drm/amdgpu: various cleanups for uvd/vce.Rex Zhu
2017-04-04drm/amdgpu: when resume failed, return error to avoid system hang.Rex Zhu
2017-04-04drm/amdgpu: use a 64bit interval tree for VM management v2Christian König
2017-04-04drm/amdgpu: fix semicolon.cocci warningskbuild test robot
2017-04-04drm/amdgpu/powerplay: fix locking typoAlex Deucher
2017-04-03drm/omap: Major omap_modeset_init() cleanupJyri Sarha
2017-04-03drm/omap: Remove the obsolete #define omap_plane _omap_plane hackJyri Sarha
2017-04-03drm/omap: Fix one ugly indentation style break left by coccinelleJyri Sarha
2017-04-03drm/omap: Rename enum omap_plane to enum omap_plane_idJyri Sarha
2017-04-03drm/omap: Get rid of DRM_OMAP_NUM_CRTCS config optionJyri Sarha
2017-04-03drm/omap: fix crash on module unloadTomi Valkeinen
2017-04-03drm/omap: use drm_atomic_helper_shutdown()Tomi Valkeinen
2017-04-03drm/omap: fix display SYNC/DE flagsTomi Valkeinen
2017-04-03drm/omap: dispc: improve debug print of display flagsTomi Valkeinen
2017-04-03drm/omap: displays: panel-dpi: Support for handling backlight devicesPeter Ujfalusi
2017-04-03drm/omap: poll only connectors where the connect/disconnect can be checkedPeter Ujfalusi
2017-04-03drm/omap: display: Add displays in sorted order to the panel_listPeter Ujfalusi
2017-04-03drm/omap: Use omapdss_stack_is_ready() to check that the display stack is upPeter Ujfalusi
2017-04-03drm/omap: dss: Support for detecting display stack readinessPeter Ujfalusi
2017-04-03drm/omap: dss: Functions to check components in the display/output listPeter Ujfalusi
2017-04-03drm/omap: fix replication logicTomi Valkeinen
2017-04-03drm/omap: remove unused dispc_wb_enable & dispc_wb_is_enabledTomi Valkeinen
2017-04-03drm/omap: remove all EXPORT_SYMBOLs from dispc.cTomi Valkeinen
2017-04-03drm/omap: use dispc_opsTomi Valkeinen
2017-04-03drm/omap: fill dispc_opsTomi Valkeinen
2017-04-03drm/omap: add dispc_opsTomi Valkeinen
2017-04-03drm/omap: move dispc related dss-feat funcs to dispcTomi Valkeinen
2017-04-03drm/omap: move display, dss-of, output to omapdss-baseTomi Valkeinen
2017-04-03drm/omap: display: don't use dsi_get_pixel_size()Tomi Valkeinen
2017-04-03drm/omap: output: use dev_err instead of DSSERRTomi Valkeinen
2017-04-03drm/omap: move dss_initialized to omapdss-baseTomi Valkeinen
2017-04-03drm/omap: add omapdss-base.koTomi Valkeinen
2017-04-03drm/omap: fix HDMI sync polaritiesTomi Valkeinen
2017-04-03drm/omap: Add support for render nodesHemant Hariyani
2017-04-03drm/omap: improve DPI clock selection on DRA7xxTomi Valkeinen
2017-04-03drm/omap: decrease min width & heightTomi Valkeinen
2017-04-03drm/omap: remove divider constraint from hsdivTomi Valkeinen
2017-04-03drm/omap: refactor CRTC HW property setupTomi Valkeinen
2017-04-03drm/omap: work-around for errata i886Tomi Valkeinen
2017-04-03Merge tag 'drm-misc-next-2017-03-31' of git://anongit.freedesktop.org/git/drm...Dave Airlie
2017-03-31drm/vmwgfx: Properly check display/scanout surface sizeSinclair Yeh