android_kernel_xiaomi_sm8350/drivers/gpu/drm/radeon
Jerome Glisse f82f5f3ac4 drm/radeon/kms: Report vga connector is connected according to ddc_probe
On broken EDID we were reporting vga connector to be disconnected
even if ddc probe did found a monitor. This patch report that the
connector is connected on such case. This allow drm to add a fail
safe mode (800x600 at the time of this patch) thus user can boot
and later add a mode which match its monitor capabilities.

Signed-off-by: Jerome Glisse <jglisse@redhat.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
2009-11-24 13:02:25 +10:00
..
reg_srcs
.gitignore
atom-bits.h
atom-names.h
atom-types.h
atom.c drm/radeon/kms: read back register before writing in IIO. 2009-11-24 13:02:07 +10:00
atom.h
atombios_crtc.c drm/radeon/kms/atom: fix potential oops in spread spectrum code 2009-10-28 15:30:03 +10:00
atombios.h drm/radeon/kms/atom: add support for spread spectrum (v2) 2009-10-26 13:28:22 +10:00
avivod.h
Kconfig
Makefile drm/radeon/kms: add debugfs for power management for AtomBIOS devices 2009-11-06 14:13:25 +10:00
mkregtable.c drm: radeon: Mark several functions static in mkregtable 2009-11-15 15:01:40 -08:00
ObjectID.h
r100_track.h
r100.c Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 2009-11-11 11:32:04 -08:00
r100d.h
r200.c
r300_cmdbuf.c
r300_reg.h
r300.c drm/radeon/kms: use RADEON_GPU_PAGE_SIZE instead of 4096 2009-10-16 08:49:23 +10:00
r300d.h
r420.c drm/radeon/kms: add debugfs for power management for AtomBIOS devices 2009-11-06 14:13:25 +10:00
r420d.h
r500_reg.h drm/radeon/kms/r7xx: add regs for 40 bit CUR/GRPH addresses 2009-10-26 13:28:22 +10:00
r520.c drm/radeon/kms: add debugfs for power management for AtomBIOS devices 2009-11-06 14:13:25 +10:00
r520d.h
r600_blit_kms.c drm/radeon/kms/r600: fix rs880 support v2 2009-11-06 11:35:18 +10:00
r600_blit_shaders.c
r600_blit_shaders.h
r600_blit.c drm/radeon/r600: only assign vb after we know space is available. 2009-10-26 13:28:21 +10:00
r600_cp.c
r600_cs.c drm/radeon/r600: CS parser updates 2009-11-10 13:41:07 +10:00
r600_reg.h
r600.c Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 2009-11-11 11:32:04 -08:00
r600d.h Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 2009-11-11 11:32:04 -08:00
radeon_agp.c drm/radeon/kms: resume AGP by calling init. 2009-11-24 13:01:47 +10:00
radeon_asic.h Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 2009-11-11 11:32:04 -08:00
radeon_atombios.c drm/radeon/kms: add debugfs for power management for AtomBIOS devices 2009-11-06 14:13:25 +10:00
radeon_benchmark.c drm/radeon/kms: use RADEON_GPU_PAGE_SIZE instead of 4096 2009-10-16 08:49:23 +10:00
radeon_bios.c drm/radeon/kms: remove some misleading debugging output 2009-11-04 13:38:02 +10:00
radeon_clocks.c drm/radeon/kms: add debugfs for power management for AtomBIOS devices 2009-11-06 14:13:25 +10:00
radeon_combios.c drm/radeon/kms: store detailed connector info 2009-11-06 11:35:30 +10:00
radeon_connectors.c drm/radeon/kms: Report vga connector is connected according to ddc_probe 2009-11-24 13:02:25 +10:00
radeon_cp.c
radeon_cs.c
radeon_cursor.c drm/radeon/kms/r7xx: add regs for 40 bit CUR/GRPH addresses 2009-10-26 13:28:22 +10:00
radeon_device.c drm/radeon/kms: resume AGP by calling init. 2009-11-24 13:01:47 +10:00
radeon_display.c drm/radeon/kms: fix connector edid handling 2009-10-16 08:46:52 +10:00
radeon_drv.c
radeon_drv.h
radeon_encoders.c drm/radeon/kms/atom/dce3: call transmitter init on mode set 2009-11-06 11:35:36 +10:00
radeon_family.h
radeon_fb.c
radeon_fence.c
radeon_fixed.h
radeon_gart.c drm/radeon/kms: use RADEON_GPU_PAGE_SIZE instead of 4096 2009-10-16 08:49:23 +10:00
radeon_gem.c
radeon_i2c.c
radeon_ioc32.c
radeon_irq_kms.c drm/radeon/kms: add support for msi 2009-10-26 13:28:23 +10:00
radeon_irq.c
radeon_kms.c
radeon_legacy_crtc.c drm/radeon/kms: fix internal tmds setup on legacy display engine 2009-10-15 15:33:46 +10:00
radeon_legacy_encoders.c drm/radeon/kms: fix internal tmds setup on legacy display engine 2009-10-15 15:33:46 +10:00
radeon_legacy_tv.c
radeon_mem.c
radeon_mode.h drm/radeon/kms: store detailed connector info 2009-11-06 11:35:30 +10:00
radeon_object.c drm/radeon: use list_for_each_entry instead of list_for_each 2009-10-08 09:40:05 +10:00
radeon_object.h
radeon_pm.c drm/radeon/kms: add debugfs for power management for AtomBIOS devices 2009-11-06 14:13:25 +10:00
radeon_reg.h drm/radeon/kms: add support for msi 2009-10-26 13:28:23 +10:00
radeon_ring.c
radeon_state.c
radeon_test.c drm/radeon/kms: use RADEON_GPU_PAGE_SIZE instead of 4096 2009-10-16 08:49:23 +10:00
radeon_ttm.c Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 2009-11-11 11:32:04 -08:00
radeon.h drm/radeon/kms: resume AGP by calling init. 2009-11-24 13:01:47 +10:00
rs100d.h
rs400.c drm/radeon/kms: fix rc410 suspend/resume. 2009-10-28 16:01:58 +10:00
rs400d.h
rs600.c drm/radeon/kms: add debugfs for power management for AtomBIOS devices 2009-11-06 14:13:25 +10:00
rs600d.h
rs690.c drm/radeon/kms: add debugfs for power management for AtomBIOS devices 2009-11-06 14:13:25 +10:00
rs690d.h
rv200d.h
rv250d.h
rv350d.h
rv515.c drm/radeon/kms: fix handling of d1/d2 vga 2009-11-24 13:02:01 +10:00
rv515d.h
rv770.c drm/radeon/kms: add debugfs for power management for AtomBIOS devices 2009-11-06 14:13:25 +10:00
rv770d.h drm/radeon/kms: fix vram_width calculation on r6xx/r7xx 2009-10-26 13:28:19 +10:00