summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/radeon/radeon_mode.h
AgeCommit message (Expand)AuthorFilesLines
2023-03-31drm/radeon: Only build fbdev if DRM_FBDEV_EMULATION is setThomas Zimmermann1-0/+11
2023-03-31drm/radeon: Implement client-based fbdev emulationThomas Zimmermann1-2/+1
2023-03-31drm/radeon: Remove struct radeon_fbdevThomas Zimmermann1-4/+0
2023-03-31drm/radeon: Move radeon_align_pitch() next to dumb-buffer helpersThomas Zimmermann1-2/+0
2023-01-18drm/radeon: Remove unnecessary include statements for drm_crtc_helper.hThomas Zimmermann1-1/+1
2022-09-13drm/radeon: remove unused declarations for radeonGaosheng Cui1-1/+0
2022-08-23drm/radeon: Drop legacy MST supportLyude Paul1-40/+0
2022-06-22drm/radeon: Drop CONFIG_BACKLIGHT_CLASS_DEVICE ifdefsHans de Goede1-4/+0
2022-04-25drm: Rename dp/ to display/Thomas Zimmermann1-2/+2
2022-01-17drm/dp: Move public DisplayPort headers into dp/Thomas Zimmermann1-2/+2
2021-02-19drm/radeon: do not use drm middle layer for debugfs (v2)Nirmoy Das1-1/+1
2020-03-06drm/radeon: remove radeon_fb_{add,remove}_connector functionsPankaj Bharadiya1-3/+0
2020-02-17Merge v5.6-rc2 into drm-misc-nextMaxime Ripard1-1/+0
2020-02-13drm/radeon: Convert to struct drm_crtc_helper_funcs.get_scanout_position()Thomas Zimmermann1-0/+6
2020-01-31radeon: completely remove lut leftoversDaniel Vetter1-1/+0
2018-04-11drm/radeon: radeon_framebuffer -> drm_framebufferDaniel Stone1-6/+1
2018-04-11drm/radeon: Move GEM BO to drm_framebufferDaniel Stone1-1/+0
2017-12-06drm/radeon: Use drm_fb_helper_lastclose() and _poll_changed()Noralf Trønnes1-3/+0
2017-10-09drm/radeon/dp: make radeon_dp_get_dp_link_config staticAlex Deucher1-4/+0
2017-08-04drm: radeon: remove dead code and pointless local lut storagePeter Rosin1-4/+0
2017-05-10drm/vblank: drop the mode argument from drm_calc_vbltimestamp_from_scanoutposDaniel Vetter1-0/+3
2016-12-18drm: Don't include <drm/drm_encoder.h> in <drm/drm_crtc.h>Laurent Pinchart1-0/+1
2016-12-07drm/radeon: Hide the HW cursor while it's out of boundsMichel Dänzer1-0/+1
2015-12-23Merge branch 'drm-next-4.5' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie1-2/+4
2015-12-22drm/radeon: fix dp link rate selection (v2)Alex Deucher1-2/+4
2015-12-19drm/radeon: Fixup hw vblank counter/ts for new drm_update_vblank_count() (v2)Mario Kleiner1-0/+4
2015-12-08Back merge tag 'v4.4-rc4' into drm-nextDave Airlie1-0/+5
2015-12-04drm/radeon: Fixup hw vblank counter/ts for new drm_update_vblank_count() (v2)Mario Kleiner1-0/+4
2015-12-04drm/radeon: Retry DDC probing on DVI on failure if we got an HPD interruptLyude1-0/+1
2015-11-24drm: Pass the user drm_mode_fb_cmd2 as const to .fb_create()Ville Syrjälä1-1/+1
2015-10-16Merge commit '06d1ee32a4d25356a710b49d5e95dbdd68bdf505' of git://git.kernel.o...Dave Airlie1-0/+1
2015-10-06drm/irq: Use unsigned int pipe in public APIThierry Reding1-3/+2
2015-10-05drm/radeon: restore the fbdev mode in lastcloseAlex Deucher1-0/+1
2015-09-24drm: Stop using linedur_ns and pixeldur_ns for vblank timestampsVille Syrjälä1-2/+3
2015-07-29drm/radeon: rework audio detect (v4)Alex Deucher1-1/+1
2015-07-09drm/radeon: Clean up reference counting and pinning of the cursor BOsMichel Dänzer1-1/+0
2015-05-26drm/radeon: make dpcd parameters constAlex Deucher1-1/+1
2015-03-19drm/radeon: add DisplayPort MST support (v2)Dave Airlie1-0/+42
2015-03-19drm/radeon: improve encoder picking functions (v2)Dave Airlie1-0/+6
2015-03-19drm/radeon: export max link rate calculationDave Airlie1-0/+2
2015-03-19drm/radeon: add new atombios encoder/transmitter interfacesDave Airlie1-0/+4
2015-03-19radeon/fb: add wrapper functions around fb connector add/removeDave Airlie1-0/+4
2015-03-19drm/radeon: program auxch directly (v2)Dave Airlie1-0/+3
2015-03-19drm/radeon: implement output csc property for DCE5+Alex Deucher1-0/+2
2015-03-19drm/radeon: add an output_csc propertyAlex Deucher1-0/+9
2015-01-22radeon/audio: defined initial audio interface that gets initialized via detec...Slava Grigorev1-0/+1
2015-01-22drm/radeon/radeon_fb: Remove unused functionRickard Strandqvist1-1/+0
2015-01-22drm/radeon/radeon_i2c: Remove unused functionRickard Strandqvist1-2/+0
2014-12-03drm/radeon: Re-show the cursor after a modesetMichel Dänzer1-0/+1
2014-11-20drm/radeon: Use cursor_set2 hook for enabling / disabling the HW cursorMichel Dänzer1-5/+11