summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2016-07-12drm/imx: store internal bus configuration in crtc statePhilipp Zabel
2016-07-12drm/imx: remove empty mode_set encoder callbacksPhilipp Zabel
2016-07-12drm/imx: atomic phase 3 step 3: Advertise DRIVER_ATOMICLiu Ying
2016-07-12drm/imx: atomic phase 3 step 2: Legacy callback fixupsLiu Ying
2016-07-12drm/bridge: dw-hdmi: Remove the legacy drm_connector_funcs structureLiu Ying
2016-07-12drm/imx: atomic phase 3 step 1: Use atomic configurationLiu Ying
2016-07-12drm/imx: Remove encoders' ->prepare callbacksLiu Ying
2016-07-12drm/imx: atomic phase 2 step 2: Track plane_state->fb correctly in ->page_flipLiu Ying
2016-07-12drm/imx: atomic phase 2 step 1: Wire up state ->reset, ->duplicate and ->destroyLiu Ying
2016-07-12drm/imx: atomic phase 1: Use transitional atomic CRTC and plane helpersLiu Ying
2016-07-12gpu: ipu-v3: ipu-dmfc: Use static DMFC FIFO allocation mechanismLiu Ying
2016-07-12drm/imx: ipuv3 plane: Check different types of plane separatelyLiu Ying
2016-06-24Merge tag 'topic/drm-misc-2016-06-22-updated' of git://anongit.freedesktop.or...Dave Airlie
2016-06-24Merge tag 'drm-sii902x' of github.com:bbrezillon/linux-at91 into drm-nextDave Airlie
2016-06-22drm/vc4: Remove unused connectorDaniel Vetter
2016-06-22drm/fb-helper: Reduce READ_ONCE(master) to lockless_dereferenceChris Wilson
2016-06-22drm/sun4i: Remove open-coded drm_connector_register_all()Chris Wilson
2016-06-22drm/vc4: Remove open-coded drm_connector_register_all()Chris Wilson
2016-06-22drm/atmel-hlcdc: Remove redundant call to drm_connector_unregister_all()Chris Wilson
2016-06-21drm: document drm_auth.cDaniel Vetter
2016-06-21drm: Clear up master tracking booleansDaniel Vetter
2016-06-21drm: Extract drm_is_current_masterDaniel Vetter
2016-06-21drm: Refactor drop/set master code a bitDaniel Vetter
2016-06-21drm: Lobotomize set_busid nonsense for !pci driversDaniel Vetter
2016-06-21drm: Nuke SET_UNIQUE ioctlDaniel Vetter
2016-06-21drm: Don't call drm_dev_set_unique from platform driversDaniel Vetter
2016-06-21drm/vgem: Stop calling drm_drv_set_uniqueDaniel Vetter
2016-06-21drm: Use dev->name as fallback for dev->uniqueDaniel Vetter
2016-06-21drm: Clean up drm_crtc.hDaniel Vetter
2016-06-21drm: Move master pointer from drm_minor to drm_deviceDaniel Vetter
2016-06-21drm: sti: rework init sequenceBenjamin Gaignard
2016-06-21drm: sti: use late_register and early_unregister callbacksBenjamin Gaignard
2016-06-21drm/amdkfd: Clean up inline handlingDaniel Vetter
2016-06-21drm: Add callbacks for late registeringBenjamin Gaignard
2016-06-21drm/fsl-dcu: use drm_mode_config_cleanup on initialization errorsStefan Agner
2016-06-21drm/mediatek: Remove IOMMU_DMA selectArnd Bergmann
2016-06-21drm/crtc-helper: disable_unused_functions really isn't for atomicDaniel Vetter
2016-06-21drm/rcar-du: Remove redundant calls to drm_connector_register_all()Chris Wilson
2016-06-21drm/msm: Remove redundant calls to drm_connector_register_all()Chris Wilson
2016-06-21drm/mediatek: Remove redundant calls to drm_connector_register_all()Chris Wilson
2016-06-21drm/hisilicon: Remove redundant calls to drm_connector_register_all()Chris Wilson
2016-06-21drm/atmel-hlcdc: Remove redundant calls to drm_connector_register_all()Chris Wilson
2016-06-21drm/arc: Remove redundant calls to drm_connector_register_all()Chris Wilson
2016-06-21drm/rockchip: Finish initialization before registering DRM deviceTomasz Figa
2016-06-21drm/omapdrm: don't call drm_helper_disable_unused_functionsDaniel Vetter
2016-06-20drm: Mark set/drop master ioctl as unlocked.Daniel Vetter
2016-06-20drm: Mark authmagic ioctls as unlockedDaniel Vetter
2016-06-20drm: Protect authmagic with master_mutexDaniel Vetter
2016-06-20drm: Move authmagic cleanup into drm_master_releaseDaniel Vetter
2016-06-20drm: Only do the hw.lock cleanup in master_relase for !MODESETDaniel Vetter