[PATCH] drm/radeon/kms/atom: initialize dig phy a bit later

2011-06-03 Thread Ari Savolainen
I'm using ASUS EAH3650SILENTMG/HTDP. I got the feeling that in my case, radeon_atom_encoder_prepare needed to be called before radeon_atom_encoder_init (the call occurred during radeon_fbdev_init). That ensured radeon_encoder->enc_priv->dig_encoder to have a value other than -1 in the first call o

[PATCH] drm/radeon/kms/atom: initialize dig phy a bit later

2011-06-03 Thread Alex Deucher
On Fri, Jun 3, 2011 at 4:03 PM, Ari Savolainen wrote: > I'm using ASUS EAH3650SILENTMG/HTDP. > > I got the feeling that in my case, radeon_atom_encoder_prepare needed to be > called before radeon_atom_encoder_init (the call occurred during > radeon_fbdev_init). That ensured radeon_encoder->enc_pri

Re: [PATCH] drm/radeon/kms/atom: initialize dig phy a bit later

2011-06-03 Thread Alex Deucher
On Fri, Jun 3, 2011 at 4:03 PM, Ari Savolainen wrote: > I'm using ASUS EAH3650SILENTMG/HTDP. > > I got the feeling that in my case, radeon_atom_encoder_prepare needed to be > called before radeon_atom_encoder_init (the call occurred during > radeon_fbdev_init). That ensured radeon_encoder->enc_pri

Re: [PATCH] drm/radeon/kms/atom: initialize dig phy a bit later

2011-06-03 Thread Ari Savolainen
I'm using ASUS EAH3650SILENTMG/HTDP. I got the feeling that in my case, radeon_atom_encoder_prepare needed to be called before radeon_atom_encoder_init (the call occurred during radeon_fbdev_init). That ensured radeon_encoder->enc_priv->dig_encoder to have a value other than -1 in the first call o

[PATCH] drm/radeon/kms/atom: initialize dig phy a bit later

2011-06-03 Thread Alex Deucher
On Thu, Jun 2, 2011 at 5:20 PM, Ari Savolainen wrote: > Commit ac89af1e1010640db072416c786f97391b85790f caused one of the monitors > attached to a dual head radeon gpu to have inverted colors (until the first > suspend/resume). Initializing dig phy a bit later fixes the problem. Strange, I don't

Re: [PATCH] drm/radeon/kms/atom: initialize dig phy a bit later

2011-06-03 Thread Alex Deucher
On Thu, Jun 2, 2011 at 5:20 PM, Ari Savolainen wrote: > Commit ac89af1e1010640db072416c786f97391b85790f caused one of the monitors > attached to a dual head radeon gpu to have inverted colors (until the first > suspend/resume). Initializing dig phy a bit later fixes the problem. Strange, I don't

[PATCH] drm/radeon/kms/atom: initialize dig phy a bit later

2011-06-03 Thread Ari Savolainen
Commit ac89af1e1010640db072416c786f97391b85790f caused one of the monitors attached to a dual head radeon gpu to have inverted colors (until the first suspend/resume). Initializing dig phy a bit later fixes the problem. --- drivers/gpu/drm/radeon/radeon_display.c |8 1 files changed,

[PATCH] drm/radeon/kms/atom: initialize dig phy a bit later

2011-06-02 Thread Ari Savolainen
Commit ac89af1e1010640db072416c786f97391b85790f caused one of the monitors attached to a dual head radeon gpu to have inverted colors (until the first suspend/resume). Initializing dig phy a bit later fixes the problem. --- drivers/gpu/drm/radeon/radeon_display.c |8 1 files changed,