summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)Author
2015-10-02Merge tag 'drm-intel-next-2015-09-11' of git://anongit.freedesktop.org/drm-in...Dave Airlie
2015-09-30Merge tag 'topic/drm-misc-2015-09-25' of git://anongit.freedesktop.org/drm-in...Dave Airlie
2015-09-25Merge tag 'drm-intel-fixes-2015-09-24' of git://anongit.freedesktop.org/drm-i...Dave Airlie
2015-09-24drm/irq: Add drm_crtc_vblank_count_and_time()Thierry Reding
2015-09-24drm/irq: Rename drm_crtc -> crtcThierry Reding
2015-09-24drm: drm_atomic_crtc_get_property should be staticGeliang Tang
2015-09-24drm/gma500: Remove DP_LINK_STATUS_SIZE redefinitionThierry Reding
2015-09-24drm/core: Preserve the fb id on close.Maarten Lankhorst
2015-09-24drm/core: Preserve the framebuffer after removing it.Maarten Lankhorst
2015-09-24drm: Use vblank timestamps to guesstimate how many vblanks were missedVille Syrjälä
2015-09-24drm: store_vblank() is never called with NULL timestampVille Syrjälä
2015-09-24drm: Clean up drm_calc_vbltimestamp_from_scanoutpos() vbl_statusVille Syrjälä
2015-09-24drm: Limit the number of .get_vblank_counter() retriesVille Syrjälä
2015-09-24drm: Pass flags to drm_update_vblank_count()Ville Syrjälä
2015-09-24drm/i915: Fix vblank count variable typesVille Syrjälä
2015-09-24drm: Kill pixeldur_nsVille Syrjälä
2015-09-24drm: Stop using linedur_ns and pixeldur_ns for vblank timestampsVille Syrjälä
2015-09-24drm: Move timestamping constants into drm_vblank_crtcVille Syrjälä
2015-09-24drm/fbdev: Update legacy plane->fb refcounting for atomic restoreMatt Roper
2015-09-24drm: Spell vga_switcheroo consistentlyLukas Wunner
2015-09-24drm: s/int crtc/unsigned int pipe/ stragglesVille Syrjälä
2015-09-24Merge tag 'v4.3-rc2' into topic/drm-miscDaniel Vetter
2015-09-24Merge tag 'vmwgfx-fixes-4.3-150924' of git://people.freedesktop.org/~thomash/...Dave Airlie
2015-09-24drm: Allow also control clients to check the drm versionThomas Hellstrom
2015-09-24drm/vmwgfx: Fix uninitialized return in vmw_kms_helper_dirty()Christian Engelmayer
2015-09-24drm/vmwgfx: Fix uninitialized return in vmw_cotable_unbind()Christian Engelmayer
2015-09-24Merge branch 'drm-fixes-4.3' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie
2015-09-24drm/layerscape: fix handling fsl_dcu_drm_plane_index resultAndrzej Hajda
2015-09-24drm/mgag200: Fix driver_load error handlingArchit Taneja
2015-09-24drm/mgag200: Fix error handling paths in fbdev driverArchit Taneja
2015-09-24drm/qxl: only report first monitor as connected if we have no stateDave Airlie
2015-09-23drm/radeon: add quirk for MSI R7 370Maxim Sheviakov
2015-09-23drm/amdgpu: Sprinkle drm_modeset_lock_all to appease locking checksAlex Deucher
2015-09-23drm/radeon: Sprinkle drm_modeset_lock_all to appease locking checksDaniel Vetter
2015-09-23drm/amdgpu: sync ce and me with SWITCH_BUFFER(2)monk.liu
2015-09-23drm/amdgpu: integer overflow in amdgpu_mode_dumb_create()Dan Carpenter
2015-09-23drm/amdgpu: info leak in amdgpu_gem_metadata_ioctl()Dan Carpenter
2015-09-23drm/amdgpu: integer overflow in amdgpu_info_ioctl()Dan Carpenter
2015-09-23drm/amdgpu: unwind properly in amdgpu_cs_parser_init()Dan Carpenter
2015-09-23drm/amdgpu: Fix max_vblank_count value for current display enginesAlex Deucher
2015-09-23drm/amdgpu: use kmemdup rather than duplicating its implementationAndrzej Hajda
2015-09-23drm/amdgpu: fix UVD suspend and resume for VI APULeo Liu
2015-09-23drm/amdgpu: fix the UVD suspend sequence orderLeo Liu
2015-09-23drm/amdgpu: make UVD handle checking more strictLeo Liu
2015-09-23drm/amdgpu: Disable UVD PGLeo Liu
2015-09-23drm/amdgpu: more scheduler cleanups v2Christian König
2015-09-23drm/amdgpu: cleanup fence queue init v2Christian König
2015-09-23drm/amdgpu: rename fence->scheduler to sched v2Christian König
2015-09-23drm/amdgpu: cleanup entity initChristian König
2015-09-23drm/amdgpu: refine the scheduler job type conversionJunwei Zhang